You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
480 B
SCSS
25 lines
480 B
SCSS
@import '../common/abstracts/variable';
|
|
@import '../common/abstracts/mixin';
|
|
|
|
.wot-theme-dark {
|
|
@include b(sidebar) {
|
|
background: $-dark-background;
|
|
@include e(padding){
|
|
background: $-dark-background2;
|
|
}
|
|
}
|
|
}
|
|
|
|
@include b(sidebar) {
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow-y: auto;
|
|
width: $-sidebar-width;
|
|
height: $-sidebar-height;
|
|
background: $-color-white;
|
|
|
|
@include e(padding){
|
|
flex: 1 1 auto;
|
|
background: $-sidebar-bg;
|
|
}
|
|
} |