Merge pull request #14329 from nextcloud/bugfix/14317/2fa-button-theming

Apply theme to 2FA button
This commit is contained in:
John Molakvoæ 2019-02-21 19:13:46 +01:00 committed by GitHub
commit 8f6c2f1870
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,8 +60,10 @@ $invert: luma($color-primary) > 0.6;
border: 1px solid nc-lighten($color-primary-text, 50%);
}
input.primary,
button.primary,
#alternative-logins li a {
background-color: $color-primary;
color: $color-primary-text;
}
a,
label,