mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 13:09:33 -06:00
ea326906e3
For consistency and and the ability to change all font sizes at once in the dev tools
22 lines
320 B
SCSS
22 lines
320 B
SCSS
.select-kit {
|
|
&.combo-box {
|
|
&.category-drop {
|
|
.category-drop-header {
|
|
font-size: var(--font-0);
|
|
|
|
.d-icon {
|
|
font-size: var(--font-0);
|
|
}
|
|
}
|
|
|
|
.select-kit-row {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.category-name {
|
|
max-width: 70vw;
|
|
}
|
|
}
|
|
}
|
|
}
|