Added basic Calendar menu (WIP)

This commit is contained in:
Jas Singh
2024-06-26 02:00:53 -07:00
parent 2b8eb9144d
commit 4ff2392c48
17 changed files with 189 additions and 47 deletions

View File

@@ -8,8 +8,8 @@
border-radius: 1.9rem * .6;
margin: 0rem 0.5rem * .5;
transition: 300ms * .5;
background-color: $mauve;
color: $mauve;
background-color: $sky;
color: $sky;
&.occupied {
background-color: $yellow;
@@ -19,8 +19,8 @@
}
&.active {
color: $sky;
background-color: $sky;
color: $lavender;
background-color: $lavender;
min-width: 11em;
min-height: 4.5em;
}