mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:43:24 +08:00
4f1a517490
Units are ignored for zero values in CSS except for a few edge cases.
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;
|
|
}
|
|
} |