We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792401b commit c199d51Copy full SHA for c199d51
1 file changed
assets/css/categories.scss
@@ -21,21 +21,18 @@
21
border-left: none;
22
border-right: none;
23
padding-left: 2rem;
24
- }
25
-
26
- .card-header>span>i:first-child {
27
- @extend %category-icon-color;
28
29
30
- .list-group-item {
31
>i {
32
@extend %category-icon-color;
33
}
34
- .collapsing &:first-child,
35
- .collapse &:first-child {
+ &:first-child {
36
border-top-left-radius: 0;
37
border-top-right-radius: 0;
38
+
+ }
+ .card-header>span>i:first-child {
+ @extend %category-icon-color;
39
40
41
i {
0 commit comments