discourse/app/assets/stylesheets/mobile/select-kit/category-drop.scss

22 lines
308 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;
}
.category-name {
max-width: 70vw;
}
}
}
}