2014-05-29 00:12:31 +08:00
|
|
|
.category-combobox, .select2-drop {
|
2013-09-06 03:37:07 +08:00
|
|
|
.badge-category {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.topic-count {
|
|
|
|
font-size: 11px;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2013-09-06 03:37:07 +08:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2014-10-07 13:28:11 +08:00
|
|
|
.highlighted .topic-count, .select2-highlighted .category-desc {
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $secondary;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
.category-desc {
|
2014-10-07 13:28:11 +08:00
|
|
|
color: scale-color($primary, $lightness: 45%);
|
2014-03-06 14:14:51 +08:00
|
|
|
margin: 6px 0 0 3px;
|
2013-09-06 03:37:07 +08:00
|
|
|
font-size: 12px;
|
2014-10-07 13:28:11 +08:00
|
|
|
line-height: 16px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-03-08 21:25:03 +08:00
|
|
|
}
|