7 lines
86 B
SCSS
7 lines
86 B
SCSS
.list-group-item{
|
|
&.active{
|
|
*{
|
|
color: var(--#{$prefix}-white);
|
|
}
|
|
}
|
|
} |