mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
8 lines
No EOL
145 B
SCSS
8 lines
No EOL
145 B
SCSS
.list-group-item {
|
|
background-color: transparent;
|
|
|
|
&.active {
|
|
background-color: var(--primary);
|
|
border-color: var(--primary);
|
|
}
|
|
} |