Skip to content
Snippets Groups Projects
Unverified Commit 5383cc61 authored by John Molakvoæ's avatar John Molakvoæ
Browse files
parent 61442e2c
No related branches found
No related tags found
No related merge requests found
...@@ -319,6 +319,24 @@ form .warning input[type="checkbox"]+label { ...@@ -319,6 +319,24 @@ form .warning input[type="checkbox"]+label {
color: #fff !important; 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 */ /* Additional login options */
#remember_login { #remember_login {
margin: 18px 5px 0 16px !important; margin: 18px 5px 0 16px !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment