Skip to content

Commit

Permalink
Recover categories style.
Browse files Browse the repository at this point in the history
missing on SCSS rewrite.
  • Loading branch information
cotes2020 committed Mar 3, 2020
1 parent a377deb commit 73d5393
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions assets/css/categories.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,18 @@
border-left: none;
border-right: none;
padding-left: 2rem;
}

.card-header>span>i:first-child {
@extend %category-icon-color;
}

.list-group-item {
>i {
@extend %category-icon-color;
}
.collapsing &:first-child,
.collapse &:first-child {
&:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}

}

.card-header>span>i:first-child {
@extend %category-icon-color;
}

i {
Expand Down

0 comments on commit 73d5393

Please sign in to comment.