mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-17 06:32:05 +00:00
18 lines
333 B
SCSS
18 lines
333 B
SCSS
/* Notifications ------------------------------------------------------------ */
|
|
|
|
.toastify.toast {
|
|
box-shadow: none;
|
|
border: 1px solid $decoration-normal;
|
|
}
|
|
|
|
.notification-container.menu {
|
|
|
|
li:hover {
|
|
background-color: inherit;
|
|
}
|
|
|
|
.notification:hover,
|
|
.dismiss-all:hover {
|
|
background-color: $background-active-hover;
|
|
}
|
|
}
|