Tailwind conversion halfway done

This commit is contained in:
Vinson Zheng
2024-02-16 16:34:06 -06:00
parent 6b7e45b5f4
commit d21843468b
4 changed files with 18 additions and 43 deletions

View File

@@ -1,18 +0,0 @@
.calendarCell {
display: flex;
width: 213.8px;
height: 44.769px;
min-width: 45px;
min-height: 40px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
border: 1px solid #DADCE0;
}
.hourLine {
width: 213.8px;
height: 1px;
border-radius: var(--border-radius-none, 0px);
background: rgba(218, 220, 224, 0.25);
}