feat: calendar grid and grid cells (#81)

This commit is contained in:
doprz
2024-03-06 10:26:05 -06:00
parent 2321540e97
commit bfeb2398aa
3 changed files with 82 additions and 36 deletions

View File

@@ -7,13 +7,12 @@
flex-direction: column;
justify-content: center;
align-items: flex-start;
position: relative;
border: 1px solid #dadce0;
}
.hourLine {
position: absolute;
left: 0;
right: 0;
top: 50%;
border-top: 1px solid black; /* Adjust line styles as needed */
width: 165px;
height: 1px;
border-radius: var(--border-radius-none, 0px);
background: rgba(218, 220, 224, 0.25);
}