17 lines
375 B
SCSS
17 lines
375 B
SCSS
|
|
.redux-container-select {
|
||
|
|
li.ui-state-highlight {
|
||
|
|
height: 20px;
|
||
|
|
margin-top: 2px;
|
||
|
|
margin-left: 5px;
|
||
|
|
width: 64px;
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.select2-container--classic {
|
||
|
|
.select2-selection--multiple .select2-selection__choice__remove,
|
||
|
|
.select2-selection--single .select2-selection__clear {
|
||
|
|
font-size: 1.2em;
|
||
|
|
}
|
||
|
|
}
|