mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-16 06:11:23 +00:00
16 lines
No EOL
312 B
SCSS
16 lines
No EOL
312 B
SCSS
/* Two Factor U2F */
|
|
.two-factor-link .button {
|
|
color: $foreground-inactive !important;
|
|
|
|
&:hover {
|
|
color: $foreground-active !important;
|
|
}
|
|
}
|
|
|
|
#body-login .warning {
|
|
background-color: $background-dark;
|
|
}
|
|
|
|
.challenge-form input[type="text"], .totp-form input[type="text"] {
|
|
background: $background-normal;
|
|
} |