1
0
Fork 0

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%; margin-top: 12%;
} }
.loginForm { #loginPage .loginSection .btn {
& i#icon-user icon, background-color: transparent;
& i#icon-locked icon, &:hover {
background-color: transparent;
}
}
.loginForm,
#loginTwoFaForm {
& input[name="login_form_rememberme"], & input[name="login_form_rememberme"],
& label[for="login_form_rememberme"] { & label[for="login_form_rememberme"] {
display: none; display: none;
@ -17,8 +23,17 @@
} }
& input#login_form_submit { & input#login_form_submit {
width: 100%; width: 100%;
} color: #323036;
& a#login-form-nav { font-size: 1.3em;
font-size: 0.5em; &: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
.sparkline-colors[data-name="backgroundColor"] { .sparkline-colors[data-name="backgroundColor"] {
color: transparent; color: #faf9f6;
} }
.sparkline-colors[data-name="lineColor"] { .sparkline-colors[data-name="lineColor"] {
@ -20,5 +20,5 @@
} }
.sparkline-colors[data-name="fillColor"] { .sparkline-colors[data-name="fillColor"] {
color: #faf9f6; color: lighten(#323036, 200);
} }