mirror of
https://github.com/discourse/discourse-category-icons.git
synced 2025-02-19 18:06:31 +00:00
11 lines
172 B
SCSS
11 lines
172 B
SCSS
span.category-badge-icon {
|
|
display: inline-flex;
|
|
.d-icon {
|
|
opacity: 1;
|
|
font-size: 1.3em;
|
|
}
|
|
}
|
|
|
|
.badge-wrapper .badge-category .d-icon {
|
|
margin-right: 5px;
|
|
} |