discourse/app/assets/stylesheets/desktop/combobox.scss
Régis Hanol 77a8a4083a Revert "Merge pull request #2125 from vikhyat/css-variables"
This reverts commit b537de3ca5, reversing
changes made to b925827e5b.
2014-04-01 16:24:29 +02:00

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;
}
}