2FA page positioning fix

This commit is contained in:
g 2020-09-18 21:43:01 +02:00
commit 287fbf1163
2 changed files with 24 additions and 9 deletions

View file

@ -2,9 +2,15 @@
margin-top: 12%;
}
.loginForm {
& i#icon-user icon,
& i#icon-locked icon,
#loginPage .loginSection .btn {
background-color: transparent;
&:hover {
background-color: transparent;
}
}
.loginForm,
#loginTwoFaForm {
& input[name="login_form_rememberme"],
& label[for="login_form_rememberme"] {
display: none;
@ -17,8 +23,17 @@
}
& input#login_form_submit {
width: 100%;
}
& a#login-form-nav {
font-size: 0.5em;
}
color: #323036;
font-size: 1.3em;
&:hover {
color: #ceccd2;
}
}
& p {
font-size: 0.5em;
}
}
a#login-form-nav {
font-size: 0.5em;
}

View file

@ -1,6 +1,6 @@
// sparkline colors
.sparkline-colors[data-name="backgroundColor"] {
color: transparent;
color: #faf9f6;
}
.sparkline-colors[data-name="lineColor"] {
@ -20,5 +20,5 @@
}
.sparkline-colors[data-name="fillColor"] {
color: #faf9f6;
color: lighten(#323036, 200);
}