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

@@ -79,6 +79,10 @@
}
}
tooltip label {
font-size: 0.9em;
}
.menu-separator {
min-height: .1rem;
margin: .6rem 0rem;
@@ -87,7 +91,7 @@
.menu-items {
background: $mantle;
border: .25rem solid $surface0;
border: .13em solid $surface0;
border-radius: .5rem;
min-width: 375px;
color: $text;
@@ -184,3 +188,12 @@
.menu-item-box {
margin-bottom: 0.5rem;
}
.dropdown-menu-container {
// margin: 1.5em;
// box-shadow: 0 0 0.6em $mantle;
}
.top-right-event-box_top *{
min-height: 0em;
margin-top: 2.5em;
}