mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 03:05:25 +08:00
4f1a517490
Units are ignored for zero values in CSS except for a few edge cases.
17 lines
280 B
SCSS
17 lines
280 B
SCSS
.category-combobox {
|
|
.badge-category {
|
|
display: inline-block;
|
|
}
|
|
.topic-count {
|
|
font-size: 11px;
|
|
color: #666;
|
|
display: inline-block;
|
|
}
|
|
.highlighted .topic-count {
|
|
color: white;
|
|
}
|
|
.category-desc {
|
|
margin: 6px 0 0 3px;
|
|
font-size: 12px;
|
|
}
|
|
} |