Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-02-06 22:26:01 +01:00
parent 61442e2c33
commit 5383cc6170
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 18 additions and 0 deletions

View File

@ -319,6 +319,24 @@ form .warning input[type="checkbox"]+label {
color: #fff !important;
}
/* TOTP */
.two-factor-header {
text-align: center;
}
.two-factor-provider {
text-align: center;
width: 258px !important;
display: inline-block;
margin-bottom: 0 !important;
background-color: rgba(0, 0, 0, 0.3) !important;
border: none !important;
}
.two-factor-link {
display: inline-block;
padding: 12px;
color: rgba(255, 255, 255, 0.75);
}
/* Additional login options */
#remember_login {
margin: 18px 5px 0 16px !important;