2019-02-06 10:24:29 +00:00
|
|
|
@import "./variables";
|
2017-01-31 13:13:06 +00:00
|
|
|
|
2019-02-08 16:49:51 +00:00
|
|
|
.bg-panel {
|
|
|
|
background-color: $color-bg-panel;
|
2017-01-31 13:13:06 +00:00
|
|
|
}
|
2019-02-08 16:49:51 +00:00
|
|
|
.item-hightlight {
|
|
|
|
background-color: $color-hightlight;
|
2017-01-31 13:13:06 +00:00
|
|
|
}
|
2019-02-08 16:49:51 +00:00
|
|
|
.item-disabled {
|
|
|
|
opacity: $color-disabled;
|
2019-10-04 14:55:54 +00:00
|
|
|
}
|