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

@@ -4,7 +4,7 @@
min-width: 40rem;
min-height: 10rem;
background: $mantle;
border: 0.25rem solid $surface0;
border: 0.13em solid $surface0;
border-radius: 0.4rem;
}
@@ -82,12 +82,6 @@
min-width: 2em;
border-radius: 0.2rem;
tooltip {
min-width: 10rem;
min-height: 10rem;
background: red;
}
&.disabled {
background: $surface0;
}
@@ -122,7 +116,7 @@ image {
highlight,
progress {
min-height: 1rem;
background: $pink;
background: $lavender;
border-radius: 0.3rem;
}
}