Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4378f190 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

login page fix

parent 585748c1
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -1635,3 +1635,17 @@ a.legal {
#body-login .button-vue--vue-primary{
    margin: 46px 0px;
}
.show {
    opacity: 0;
    animation: fadeIn 1s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ document.addEventListener('DOMContentLoaded', function () {
		if (event.target.id === "lost-password" && window.innerWidth > 1050) {
			document.querySelector(".banner-content").style.display = "none";
			document.querySelector(".have-an-account").style.display = "none";
			document.querySelector("banner-right-align").classList.add("width0");
			document.querySelector(".banner-right-align").classList.add("width0");
			document.querySelector(".lines").style.display = "none";
			document.querySelector(".v-align").classList.add("warning-message");
			document.querySelector("footer").classList.add("forgotpass-footer");