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:
tshenry 2019-08-15 00:26:53 -07:00 committed by GitHub
parent dc4034e2c1
commit 92cf114f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 29 deletions

View File

@ -7,39 +7,15 @@ span.category-badge-icon {
}
}
.categories .category h3,
.badge-wrapper .badge-category {
.d-icon {
margin-right: 5px;
&:not(.d-icon-lock) {
color: inherit;
}
}
.categories-list .category h3 .d-icon,
.badge-wrapper .badge-category .d-icon {
margin-right: 5px;
}
.categories-list .category-box-heading h3,
.category-list .category h3 {
.d-icon:not(.d-icon-lock) {
color: inherit;
}
.category-icon-widget {
vertical-align: baseline;
}
.categories-list .category .category-icon .d-icon {
color: inherit;
}
.categories-list .category-box-heading h3 div {
display: inline;
}
.category-list {
.category h3 > div {
float: left;
}
.category-logo {
clear: both;
}
}
.mobile-view .category-title-link .category-name {
width: 80vw;
}