30 lines
460 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|