salix/front/core/styles/background.scss

12 lines
188 B
SCSS

@import "./variables";
.bg-panel {
background-color: $color-bg-panel;
}
.item-hightlight {
background-color: $color-hightlight;
}
.item-disabled {
opacity: $color-disabled;
}