Added basic Calendar menu (WIP)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user