Added month select component.

This commit is contained in:
Mike Cao 2023-08-16 10:50:28 -07:00
parent 6ef1f2e9f9
commit c548267d91
16 changed files with 169 additions and 71 deletions

View file

@ -4,10 +4,7 @@
}
.header {
width: 60px;
height: 40px;
text-align: center;
font-size: var(--font-size-sm);
font-weight: 700;
}
.row {
@ -28,5 +25,24 @@
}
.date {
min-width: 200px;
display: flex;
align-items: center;
min-width: 160px;
}
.visitors {
display: flex;
align-items: center;
min-width: 80px;
}
.day {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
text-align: center;
font-size: var(--font-size-sm);
font-weight: 400;
}