discourse/app/assets/stylesheets/common/base/combobox.scss

18 lines
313 B
SCSS
Raw Normal View History

2013-09-05 15:37:07 -04:00
.category-combobox {
.badge-category {
display: inline-block;
}
.topic-count {
font-size: 11px;
color: $secondary_text_color;
2013-09-05 15:37:07 -04:00
display: inline-block;
}
.highlighted .topic-count {
color: $tertiary_text_color;
2013-09-05 15:37:07 -04:00
}
.category-desc {
margin: 6px 0 0 3px;
2013-09-05 15:37:07 -04:00
font-size: 12px;
}
}