mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 18:17:29 -05:00
77a8a4083a
This reverts commitb537de3ca5
, reversing changes made tob925827e5b
.
20 lines
No EOL
356 B
SCSS
20 lines
No EOL
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;
|
|
}
|
|
} |