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.
Prowlarr/frontend/src/Calendar/Day/CalendarDay.css

26 lines
420 B

.day {
flex: 1 0 14.28%;
overflow: hidden;
min-height: 70px;
border-bottom: 1px solid $calendarBorderColor;
border-left: 1px solid $calendarBorderColor;
}
.isSingleDay {
width: 100%;
}
.dayOfMonth {
padding-right: 5px;
border-bottom: 1px solid $calendarBorderColor;
text-align: right;
}
.isToday {
background-color: $calendarTodayBackgroundColor;
}
.isDifferentMonth {
color: $disabledColor;
}