mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-03 18:02:57 +00:00
11 lines
No EOL
247 B
SCSS
11 lines
No EOL
247 B
SCSS
button#deleteaccount {
|
|
background-color: $background-negative;
|
|
|
|
&:hover:not(:disabled):not(.primary):not(#quota) {
|
|
border-color: $background-negative;
|
|
}
|
|
|
|
&:disabled {
|
|
background-color: $background-alternate;
|
|
}
|
|
} |