discourse/app/assets/stylesheets/common/base/combobox.scss

20 lines
414 B
SCSS
Raw Normal View History

2014-05-28 12:12:31 -04:00
.category-combobox, .select2-drop {
2013-09-05 15:37:07 -04:00
.badge-category {
display: inline-block;
}
.topic-count {
font-size: 11px;
color: $primary;
2013-09-05 15:37:07 -04:00
display: inline-block;
}
.highlighted .topic-count, .select2-highlighted .category-desc {
color: $primary;
2013-09-05 15:37:07 -04:00
}
.category-desc {
color: scale-color($primary, $lightness: 45%);
margin: 6px 0 0 3px;
2013-09-05 15:37:07 -04:00
font-size: 12px;
line-height: 16px;
2013-09-05 15:37:07 -04:00
}
}