5 lines
87 B
SCSS
5 lines
87 B
SCSS
.c-menu {
|
|
&.active {
|
|
background-color: darken($color: #fff, $amount: 20%);
|
|
}
|
|
}
|