68 lines
1.1 KiB
SCSS
68 lines
1.1 KiB
SCSS
@import "../colors";
|
|
|
|
.notification-card-container.menu {
|
|
margin-top: 0em;
|
|
min-width: 26em;
|
|
min-height: 6em;
|
|
background: $mantle;
|
|
border: 0.2em solid $surface0; border-radius: 0.4em;
|
|
}
|
|
|
|
.window-content.notificationsmenu-window {
|
|
margin-right: 0.50em;
|
|
}
|
|
|
|
.menu-content-container.notifications {
|
|
margin: 1em;
|
|
min-height: 4em;
|
|
}
|
|
|
|
.notification-menu-controls {
|
|
margin: 0em 1em;
|
|
}
|
|
|
|
.notification-card.menu {
|
|
background: $crust;
|
|
border: 0.1em solid $surface0;
|
|
margin: 0em;
|
|
}
|
|
|
|
.menu-label-container.notifications {
|
|
margin: 0em 0em;
|
|
}
|
|
|
|
.menu-label.notifications {
|
|
color: $lavender;
|
|
margin: 0.9em 0.5em;
|
|
margin-bottom: 0.7em;
|
|
}
|
|
|
|
.menu-separator.notifications {
|
|
background-color: $surface0;
|
|
margin: 0em 1em;
|
|
}
|
|
.menu-switch.notifications:checked {
|
|
&:checked {
|
|
background: $lavender;
|
|
}
|
|
}
|
|
|
|
.clear-notifications-button {
|
|
margin-right: 1em;
|
|
margin-top: 0.4em;
|
|
|
|
&:hover label {
|
|
color: $maroon;
|
|
}
|
|
}
|
|
|
|
.clear-notifications-label {
|
|
color: $lavender;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
.top-right-event-box_top *{
|
|
min-height: 0em;
|
|
margin-top: 2.5em;
|
|
}
|