balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

redux-select.scss (431B)


      1 .redux-container-select {
      2     li.ui-state-highlight {
      3         height: 20px;
      4         margin-top: 2px;
      5         margin-left: 5px;
      6         width: 64px;
      7         margin-bottom: 0;
      8     }
      9 }
     10 
     11 .select2-search__field {
     12     width: none !important;
     13 }
     14 
     15 .select2-container--classic {
     16     .select2-selection--multiple .select2-selection__choice__remove,
     17     .select2-selection--single .select2-selection__clear {
     18         font-size: 1.2em;
     19     }
     20 }