mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 04:19:05 +08:00
20 lines
343 B
SCSS
20 lines
343 B
SCSS
@import "../common/foundation/variables";
|
|
|
|
|
|
.category-combobox {
|
|
.badge-category {
|
|
display: inline-block;
|
|
}
|
|
.topic-count {
|
|
font-size: 11px;
|
|
color: $primary_light;
|
|
display: inline-block;
|
|
}
|
|
.highlighted .topic-count {
|
|
color: $secondary;
|
|
}
|
|
.category-desc {
|
|
margin: 6px 0px 0px 3px;
|
|
font-size: 12px;
|
|
}
|
|
} |