1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-03 18:02:57 +00:00
nextcloud-breeze-dark/core/css/apps/_user-account-deletion.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;
}
}