mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:43:24 +08:00
18 lines
313 B
SCSS
18 lines
313 B
SCSS
.category-combobox {
|
|
.badge-category {
|
|
display: inline-block;
|
|
}
|
|
.topic-count {
|
|
font-size: 11px;
|
|
color: $secondary_text_color;
|
|
display: inline-block;
|
|
}
|
|
.highlighted .topic-count {
|
|
color: $tertiary_text_color;
|
|
}
|
|
.category-desc {
|
|
margin: 6px 0 0 3px;
|
|
font-size: 12px;
|
|
}
|
|
}
|