forked from Shinonome/dots-hyprland
51 lines
791 B
SCSS
51 lines
791 B
SCSS
.calendar-win {
|
|
@include window;
|
|
background-color: $colorbg;
|
|
border: 3px solid $color7;
|
|
color: $colortext;
|
|
padding: .2em;
|
|
font-family: 'Gabarito';
|
|
}
|
|
|
|
calendar {
|
|
//padding: 5px;
|
|
// padding-top: 4px;
|
|
// padding-left: 4px;
|
|
padding: 7px;
|
|
|
|
|
|
:selected {
|
|
color: $colortext;
|
|
font-weight: bolder;
|
|
background-color: $overlay0;
|
|
border-radius: 8px;
|
|
font-family: 'Gabarito';
|
|
}
|
|
|
|
.header {
|
|
font-family: 'Gabarito';
|
|
color: $color6;
|
|
}
|
|
|
|
.highlight {
|
|
font-family: 'Gabarito';
|
|
color: $color0;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.button {
|
|
font-family: 'Gabarito';
|
|
color: $colortext;
|
|
}
|
|
|
|
:indeterminate {
|
|
color: $overlay0;
|
|
}
|
|
}
|
|
|
|
.date-clock{
|
|
font-family: 'Gabarito';
|
|
background: transparent;
|
|
color: $color6;
|
|
padding-left: 5px;
|
|
} |