1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00
Files
Radarr/frontend/src/Calendar/Day/DayOfWeek.css
2019-06-11 22:06:43 -04:00

14 lines
184 B
CSS

.dayOfWeek {
flex: 1 0 14.28%;
background-color: #e4eaec;
text-align: center;
}
.isSingleDay {
width: 100%;
}
.isToday {
background-color: $calendarTodayBackgroundColor;
}