mirror of
https://github.com/discourse/discourse.git
synced 2025-02-14 15:24:57 +00:00
This reverts commit b537de3ca53614926254c352fa862b1ae3915d94, reversing changes made to b925827e5b8a3d850f4fe90ef140acabcabdec30.
20 lines
356 B
SCSS
20 lines
356 B
SCSS
@import "../common/foundation/variables";
|
|
|
|
|
|
.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;
|
|
}
|
|
} |