Recover categories style.
missing on SCSS rewrite.
This commit is contained in:
parent
6fa8bbe922
commit
d1e3b7b5ae
1 changed files with 8 additions and 11 deletions
|
@ -21,23 +21,20 @@
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
|
>i {
|
||||||
|
@extend %category-icon-color;
|
||||||
|
}
|
||||||
|
&:first-child {
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-header>span>i:first-child {
|
.card-header>span>i:first-child {
|
||||||
@extend %category-icon-color;
|
@extend %category-icon-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item {
|
|
||||||
>i {
|
|
||||||
@extend %category-icon-color;
|
|
||||||
}
|
|
||||||
.collapsing &:first-child,
|
|
||||||
.collapse &:first-child {
|
|
||||||
border-top-left-radius: 0;
|
|
||||||
border-top-right-radius: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
i {
|
i {
|
||||||
&.far, &.fas {
|
&.far, &.fas {
|
||||||
font-size: 86%; // fontawesome icons
|
font-size: 86%; // fontawesome icons
|
||||||
|
|
Loading…
Reference in a new issue