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

@@ -5,8 +5,8 @@
}
.bar_item_box_visible {
background: $surface0;
border-radius: 0.35rem;
background: transparentize($surface0, 0.2);
border-radius: 0.35em;
padding: 0.2rem 0.9rem;
margin: 0.5rem 0.25rem;

View File

@@ -1,8 +1,7 @@
@import "../colors";
.bar-notifications-label {
color: $yellow;
color: $lavender;
font-size: 1.3em;
min-width: 1em;
margin-right: 0.15em;
}

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;
}