Files
2026-03-22 20:56:25 +01:00

30 lines
460 B
SCSS

@import "../common/PredefinedMixins.scss";
@import "../mobilebrowser/DatePickerCalendarMonth.module.scss";
@import "./partial.scss";
@import "./Variables.scss";
.container {
.month-button {
.label {
cursor: pointer;
}
}
.month-section {
.week-numbers {
.week-number {
cursor: pointer;
}
}
.days {
.wrapper-day {
.day:not(.day-off) {
cursor: pointer;
}
}
}
}
}