chore: colors modules switch
This commit is contained in:
@@ -14,24 +14,7 @@
|
|||||||
flex: 1 0 0;
|
flex: 1 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendarGrid {
|
.dayLabel {
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(5, 1fr);
|
|
||||||
grid-template-rows: repeat(13, 1fr);
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendarRow {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar {
|
|
||||||
// display: grid;
|
|
||||||
// grid-template-columns: auto repeat(5, 1fr);
|
|
||||||
gap: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.day {
|
|
||||||
gap: 5px;
|
|
||||||
color: colors.$burnt_orange;
|
color: colors.$burnt_orange;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 14.22px;
|
font-size: 14.22px;
|
||||||
|
|||||||
Reference in New Issue
Block a user