File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -390,3 +390,35 @@ label + {
390
390
}
391
391
}
392
392
393
+ /* Form Multi-picker Element (<select> multiple) */
394
+ .multi-picker {
395
+ position : relative ;
396
+ width : auto ;
397
+ display : inline-block ;
398
+ margin : 0 0 2px 1.2% ;
399
+ overflow : hidden ;
400
+ border : 1px solid darken ($default-color , 5% );
401
+ @include border-radius (4px );
402
+ font-family : $font-family ;
403
+ font-weight : $font-weight-semibold ;
404
+ height : auto ;
405
+ & :first-child {
406
+ margin-left : 0 ;
407
+ }
408
+ select [multiple ] {
409
+ position : relative ;
410
+ display : block ;
411
+ min-width : 100% ;
412
+ width : 100% ;
413
+ height : auto ;
414
+ padding : 6px 20px 6px 15px ;
415
+ color : $body-font-color ;
416
+ border : none ;
417
+ background : #fff ;
418
+ outline : none ;
419
+ -webkit-appearance : none ;
420
+ z-index : 99 ;
421
+ cursor : pointer ;
422
+ @include font-size ($norm );
423
+ }
424
+ }
You can’t perform that action at this time.
0 commit comments