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

View File

@ -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;
}