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.
24 lines
547 B
SCSS
24 lines
547 B
SCSS
@import '../../common/abstracts/variable';
|
|
@import '../../common/abstracts/mixin';
|
|
|
|
.wot-theme-dark {
|
|
@include b(year-panel) {
|
|
@include e(title) {
|
|
color: $-dark-color;
|
|
box-shadow: 0px 4px 8px 0 rgba(255, 255,255, 0.02);
|
|
}
|
|
}
|
|
}
|
|
|
|
@include b(year-panel) {
|
|
font-size: $-calendar-fs;
|
|
padding: $-calendar-panel-padding;
|
|
|
|
@include e(title) {
|
|
padding: 5px 0;
|
|
text-align: center;
|
|
font-size: $-calendar-panel-title-fs;
|
|
color: $-calendar-panel-title-color;
|
|
box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.02);
|
|
}
|
|
} |