mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
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;
|
|
}
|
|
}
|
|
}
|
|
}
|