Added basic Calendar menu (WIP)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
@import "../colors";
|
||||
|
||||
.bar-notifications-label {
|
||||
color: $yellow;
|
||||
color: $lavender;
|
||||
font-size: 1.3em;
|
||||
min-width: 1em;
|
||||
margin-right: 0.15em;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user