Remove Google and Facebook login

This commit is contained in:
Matthew Patrick 2021-11-21 14:26:17 +07:00
parent 656fde185f
commit c747812e70
2 changed files with 0 additions and 36 deletions

View file

@ -124,27 +124,6 @@ button[type="submit"] {
margin: 0 0 20px 0;
}
.google,
.facebook {
width: 100%;
height: 42px;
line-height: 45px;
margin-top: 10px;
}
.google {
background: white;
border: 1px solid white;
color: #1b1c1e;
margin-right: 10px;
}
.facebook {
background: #3a5897;
border: 1px solid #3a5897;
margin-left: 10px;
}
.links i {
font-size: 17px;

View file

@ -47,21 +47,6 @@
<% if(locals.error) { %>
<span class="text-danger pl-2" style="font-size: 2.2vh; margin-left: 17%;" ><%= error %></span>
<% } %>
<div class="login-with">Or login with
<div class="links">
<div class="google">
<i><a href=""></a><img class="google-icon-svg lazyload"
src="../img/google.webp"
style="height: 30px; width: 30px; margin: 0 30px; padding-top: -3px"/><span></span></i>
</div>
<div class="facebook">
<i><a href=""></a><img class="facebook-icon-svg lazyload"
src="../img/facebook.webp"
style="height: 30px; width: 30px; margin: 0 30px; padding-top: -3px"><span></span></i>
</div>
</div>
</div>
<div class="hoverlogin-1 text-center">
<a href="register">Don't have an account?? Click Here to Sign Up!!</a>
</div>