Merged in finished CalendarGrid
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user