mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
14 lines
184 B
CSS
14 lines
184 B
CSS
.dayOfWeek {
|
|
flex: 1 0 14.28%;
|
|
background-color: #e4eaec;
|
|
text-align: center;
|
|
}
|
|
|
|
.isSingleDay {
|
|
width: 100%;
|
|
}
|
|
|
|
.isToday {
|
|
background-color: $calendarTodayBackgroundColor;
|
|
}
|