mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
13 lines
No EOL
206 B
SCSS
13 lines
No EOL
206 B
SCSS
.category-combobox {
|
|
.topic-count {
|
|
font-size: 11px;
|
|
color: #666;
|
|
}
|
|
.highlighted .topic-count {
|
|
color: white;
|
|
}
|
|
.category-desc {
|
|
margin: 6px 0px 0px 3px;
|
|
font-size: 12px;
|
|
}
|
|
} |