This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/stylesheets/mobile/select-kit/category-drop.scss
2018-01-24 11:48:20 +01:00

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;
}
}
}
}