chore: colors modules switch

This commit is contained in:
doprz
2024-03-06 13:04:55 -06:00
parent 5a8f6a8f1f
commit 7f138dafd0

View File

@@ -14,24 +14,7 @@
flex: 1 0 0;
}
.calendarGrid {
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;
.dayLabel {
color: colors.$burnt_orange;
text-align: center;
font-size: 14.22px;