[#1] added base calendar and started to tweak ui

This commit is contained in:
Camille Moussu
2025-06-27 18:11:23 +02:00
parent cceb83519f
commit 624c1b43ca
19 changed files with 1593 additions and 238 deletions
+1 -5
View File
@@ -16,7 +16,7 @@
padding: 0.2rem;
}
.calendar {
.calendar-text {
font-family: "Cal Sans";
padding: 0.2rem;
font-weight: 400;
@@ -39,12 +39,8 @@
display: flex;
justify-content: space-between;
align-items: center;
background-color: #1a1a1a62;
padding: 0.5rem;
color: white;
position: absolute;
width: 100%;
top: 0;
z-index: 1000;
}