2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00
discourse/app/assets/stylesheets/mobile/select-kit/category-drop.scss
2018-01-24 11:48:20 +01:00

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