mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-08 00:13:02 +00:00
13 lines
228 B
SCSS
13 lines
228 B
SCSS
// Workspace animation
|
|
.workspace-animation {
|
|
background-color: rgba($osd_bg_color, 1);
|
|
}
|
|
|
|
// reset prev/next month icons
|
|
.calendar {
|
|
.calendar-change-month-back,
|
|
.calendar-change-month-forward {
|
|
padding: 0 2px;
|
|
}
|
|
}
|