Skip to content

Commit

Permalink
feat: add CSS for hourLine div
Browse files Browse the repository at this point in the history
  • Loading branch information
doprz committed Mar 6, 2024
1 parent 6cdcf49 commit 0ba6153
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(13, 1fr);
grid-gap: 8px;
}

.calendarRow {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@
align-items: flex-start;
border: 1px solid #dadce0;
}

.hourLine {
width: 165px;
height: 1px;
border-radius: var(--border-radius-none, 0px);
background: rgba(218, 220, 224, 0.25);
}

0 comments on commit 0ba6153

Please sign in to comment.