salix/front/core/styles/background.scss

18 lines
267 B
SCSS
Raw Permalink Normal View History

2019-02-06 10:24:29 +00:00
@import "./variables";
2019-02-08 16:49:51 +00:00
.bg-panel {
background-color: $color-bg-panel;
}
2019-02-08 16:49:51 +00:00
.item-hightlight {
background-color: $color-hightlight;
}
2019-02-08 16:49:51 +00:00
.item-disabled {
opacity: $color-disabled;
2019-10-04 14:55:54 +00:00
}
2019-10-18 19:36:30 +00:00
.vn-shadow {
box-shadow: $shadow;
}
.invisible {
visibility: hidden;
}