13 lines
228 B
SCSS
Raw Normal View History

2021-04-10 18:58:02 +08:00
// Workspace animation
2021-04-08 22:59:05 +08:00
.workspace-animation {
background-color: rgba($osd_bg_color, 1);
}
2021-04-10 18:58:02 +08:00
// reset prev/next month icons
.calendar {
.calendar-change-month-back,
.calendar-change-month-forward {
padding: 0 2px;
}
}