mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 03:26:21 +08:00
21 lines
320 B
SCSS
Vendored
21 lines
320 B
SCSS
Vendored
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|