18 lines
251 B
SCSS
18 lines
251 B
SCSS
|
.select-kit {
|
||
|
&.combo-box {
|
||
|
&.category-drop {
|
||
|
.category-drop-header {
|
||
|
font-size: $font-0;
|
||
|
|
||
|
.d-icon {
|
||
|
font-size: $font-0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.select-kit-row {
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|