mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-16 06:11:23 +00:00
14 lines
No EOL
269 B
SCSS
14 lines
No EOL
269 B
SCSS
/* Announcement Center ------------------------------------------------------ */
|
|
|
|
#announcement_submit_msg {
|
|
opacity: 0.8;
|
|
|
|
&.success {
|
|
color: $foreground-active;
|
|
background-color: $background-positive;
|
|
}
|
|
}
|
|
|
|
#app-content hr {
|
|
border-color: $decoration-normal;
|
|
} |