You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
396 B
26 lines
396 B
.day {
|
|
flex: 1 0 14.28%;
|
|
overflow: hidden;
|
|
min-height: 70px;
|
|
border-bottom: 1px solid $borderColor;
|
|
border-left: 1px solid $borderColor;
|
|
}
|
|
|
|
.isSingleDay {
|
|
width: 100%;
|
|
}
|
|
|
|
.dayOfMonth {
|
|
padding-right: 5px;
|
|
border-bottom: 1px solid $borderColor;
|
|
text-align: right;
|
|
}
|
|
|
|
.isToday {
|
|
background-color: $calendarTodayBackgroundColor;
|
|
}
|
|
|
|
.isDifferentMonth {
|
|
color: $disabledColor;
|
|
}
|