Régis Hanol 77a8a4083a Revert "Merge pull request #2125 from vikhyat/css-variables"
This reverts commit b537de3ca53614926254c352fa862b1ae3915d94, reversing
changes made to b925827e5b8a3d850f4fe90ef140acabcabdec30.
2014-04-01 16:24:29 +02:00

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