30 lines
309 B
SCSS
30 lines
309 B
SCSS
.calendar-win {
|
|
padding: .2em;
|
|
@include window;
|
|
}
|
|
|
|
calendar {
|
|
padding: 5px;
|
|
|
|
:selected {
|
|
color: $mauve;
|
|
}
|
|
|
|
.header {
|
|
color: $subtext1;
|
|
}
|
|
|
|
.highlight {
|
|
color: $maroon;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.button {
|
|
color: $sapphire;
|
|
}
|
|
|
|
:indeterminate {
|
|
color: $overlay0;
|
|
}
|
|
}
|