discourse-category-icons/common/common.scss

12 lines
193 B
SCSS
Raw Normal View History

2018-12-19 09:45:06 -05:00
span.category-badge-icon {
display: inline-flex;
2018-12-19 11:40:53 -05:00
align-self: center;
2018-12-19 11:00:51 -05:00
.d-icon {
opacity: 1;
font-size: 1.3em;
}
}
.badge-wrapper .badge-category .d-icon {
margin-right: 5px;
2018-12-19 09:45:06 -05:00
}