discourse/app/assets/stylesheets/mobile/select-kit/category-drop.scss
Jarek Radosz ea326906e3
DEV: Use css var font sizes (#18518)
For consistency and and the ability to change all font sizes at once in the dev tools
2022-10-12 15:31:59 +02:00

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