7 lines
98 B
SCSS
7 lines
98 B
SCSS
@import "@Themes/constants.scss";
|
|
|
|
.root {
|
|
.active {
|
|
background-color: var(--grey-medium);
|
|
}
|
|
} |