Merge pull request #4 from tshenry/master

Adjust styling to work with core changes
This commit is contained in:
Penar Musaraj 2019-08-17 19:26:54 -04:00 committed by GitHub
commit 911b973237
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;
}