chore: merge in finished CalendarGrid

This commit is contained in:
doprz
2024-03-06 15:07:45 -06:00
parent c6a48dd3f6
commit 91d930ee92
7 changed files with 270 additions and 102 deletions

View File

@@ -1,7 +1,7 @@
.calendarCell {
display: flex;
width: 213.8px;
height: 44.769px;
width: 100%;
height: 100%;
min-width: 45px;
min-height: 40px;
flex-direction: column;
@@ -11,8 +11,8 @@
}
.hourLine {
width: 213.8px;
width: 100%;
height: 1px;
border-radius: var(--border-radius-none, 0px);
border-radius: 0px;
background: rgba(218, 220, 224, 0.25);
}