Cleanup Login and removed the ancient obsolete <center> with small redesign

Also placed the loading description above the login form
This commit is contained in:
djmaze 2020-11-26 10:41:53 +01:00
parent 2047525ce6
commit 4adc672ccd
12 changed files with 192 additions and 271 deletions

View file

@ -80,24 +80,24 @@ html.no-mobile {
}
}
&.no-mobile .b-login-content .errorAnimated {
.b-login-content .errorAnimated {
animation: login-form-shake 400ms ease-in-out;
}
&.no-mobile .b-login-content .errorAnimated .buttonLogin {
.b-login-content .errorAnimated .buttonLogin {
color: #b94a48;
font-weight: bold;
}
&.no-mobile .b-login-content .afterLoginHide {
.b-login-content .afterLoginHide {
opacity: 0;
}
&.no-mobile .btn-group.dropdown.colored-toggle.open .animate-this-icon-on-open {
.btn-group.dropdown.colored-toggle.open .animate-this-icon-on-open {
animation: bounce-me .5s linear;
}
&.no-mobile .b-login-content .loginFormWrapper {
.b-login-content .loginFormWrapper {
transition: all 0.3s ease-out;
}