mirror of
https://github.com/discourse/discourse-category-icons.git
synced 2025-03-09 13:18:31 +00:00
Adjust styling to work with core changes
This will accommodate the changes made in https://github.com/discourse/discourse/pull/8010
This commit is contained in:
parent
dc4034e2c1
commit
92cf114f73
@ -7,39 +7,15 @@ span.category-badge-icon {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.categories .category h3,
|
.categories-list .category h3 .d-icon,
|
||||||
.badge-wrapper .badge-category {
|
.badge-wrapper .badge-category .d-icon {
|
||||||
.d-icon {
|
margin-right: 5px;
|
||||||
margin-right: 5px;
|
|
||||||
&:not(.d-icon-lock) {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.categories-list .category-box-heading h3,
|
.categories-list .category .category-icon .d-icon {
|
||||||
.category-list .category h3 {
|
color: inherit;
|
||||||
.d-icon:not(.d-icon-lock) {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
.category-icon-widget {
|
|
||||||
vertical-align: baseline;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.categories-list .category-box-heading h3 div {
|
.categories-list .category-box-heading h3 div {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-list {
|
|
||||||
.category h3 > div {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.category-logo {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile-view .category-title-link .category-name {
|
|
||||||
width: 80vw;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user