1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-05-17 06:32:05 +00:00
nextcloud-breeze-dark/core/css/apps/thirdparty/_user-account-deletion.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;
}
}