Preparing to re-add hours to the left side
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(5, 1fr);
|
grid-template-columns: repeat(5, 1fr);
|
||||||
grid-template-rows: repeat(13, 1fr);
|
grid-template-rows: repeat(13, 1fr);
|
||||||
grid-gap: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendarRow {
|
.calendarRow {
|
||||||
|
|||||||
@@ -10,3 +10,9 @@
|
|||||||
border: 1px solid #DADCE0;
|
border: 1px solid #DADCE0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hourLine {
|
||||||
|
width: 165px;
|
||||||
|
height: 1px;
|
||||||
|
border-radius: var(--border-radius-none, 0px);
|
||||||
|
background: rgba(218, 220, 224, 0.25);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user