mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 04:18:23 +00:00
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;
|
|
}
|
|
}
|
|
}
|
|
}
|