discourse/app/assets/stylesheets/desktop/combobox.scss

20 lines
343 B
SCSS
Raw Normal View History

@import "../common/foundation/variables";
2013-09-05 15:37:07 -04:00
.category-combobox {
.badge-category {
display: inline-block;
}
.topic-count {
font-size: 11px;
color: $primary_light;
2013-09-05 15:37:07 -04:00
display: inline-block;
}
.highlighted .topic-count {
color: $secondary;
2013-09-05 15:37:07 -04:00
}
.category-desc {
margin: 6px 0px 0px 3px;
font-size: 12px;
}
}