mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:26:35 +08:00
18 lines
305 B
SCSS
18 lines
305 B
SCSS
.category-combobox, .select2-drop {
|
|
.badge-category {
|
|
display: inline-block;
|
|
}
|
|
.topic-count {
|
|
font-size: 11px;
|
|
color: $primary;
|
|
display: inline-block;
|
|
}
|
|
.highlighted .topic-count {
|
|
color: $secondary;
|
|
}
|
|
.category-desc {
|
|
margin: 6px 0 0 3px;
|
|
font-size: 12px;
|
|
}
|
|
}
|