mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-16 06:11:23 +00:00
33 lines
No EOL
574 B
SCSS
33 lines
No EOL
574 B
SCSS
/* Notifications ----------------------------------------------------------- */
|
|
|
|
#notification {
|
|
background-color: $background-normal;
|
|
border: 1px solid $decoration-normal;
|
|
border-top: none;
|
|
|
|
a {
|
|
color: $foreground-link;
|
|
}
|
|
}
|
|
|
|
.notification-container {
|
|
background-color: $background-normal;
|
|
border-color: $decoration-normal;
|
|
|
|
.notification-time {
|
|
opacity: 1;
|
|
color: $foreground-inactive;
|
|
}
|
|
|
|
.notification {
|
|
color: $foreground-normal;
|
|
}
|
|
|
|
a {
|
|
color: $foreground-link;
|
|
}
|
|
}
|
|
|
|
.notification:not(:last-child) {
|
|
border-bottom: 1px solid $decoration-normal;
|
|
} |