mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-17 06:32:05 +00:00
19 lines
489 B
SCSS
19 lines
489 B
SCSS
/* User account deletion ---------------------------------------------------- */
|
|
|
|
#delete-account-settings .warnings {
|
|
color: $foreground-negative;
|
|
}
|
|
|
|
button#deleteaccount {
|
|
border-color: $background-negative;
|
|
|
|
&:hover:not(:disabled):not(.primary):not(#quota) {
|
|
background-color: $background-negative;
|
|
border-color: $background-negative;
|
|
}
|
|
|
|
&:disabled {
|
|
background-color: $background-alternate;
|
|
border-color: $decoration-normal;
|
|
}
|
|
}
|