2023-04-20 11:21:43 +02:00

8 lines
99 B
SCSS

@import "@Themes/constants.scss";
.root {
.active {
background-color: var(--grey-medium);
}
}