diff --git a/public/css/login.css b/public/css/login.css index 8cdd1d2..ded5657 100644 --- a/public/css/login.css +++ b/public/css/login.css @@ -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; diff --git a/views/layouts/header.ejs b/views/layouts/header.ejs index b9642ad..0475f04 100644 --- a/views/layouts/header.ejs +++ b/views/layouts/header.ejs @@ -1,51 +1,70 @@ - - - - - - <%= title %> - - - - - - - - - - - - <% if(state == "index") { %> - - <% } else if(state == "bag") { %> - - <% } else if(state == "checkout") { %> - - <% } else if(state == "about-us") { %> - - <% } else if(state == "payment") { %> - - <% } else if(state == "products") { %> - - <% } else if(state == "product") { %> - - <% } else if(state == "login") { %> - - <% } else if(state == "register") { %> - - <% } else if(state == "register-verification-completed") { %> - - <% } else if(state == "register-verification-sent") { %> - - <% } else if(state == "forgot-password") { %> - - <% } else if(state == "reset-password") { %> - - <% } else if(state == "otp") { %> - - <% } else if(state == "faq") { %> - - <% } %> + + + + + + <%= title %> + + + + + + + + + + + + <% if(state == "index") { %> + + <% } else if(state == "bag") { %> + + <% } else if(state == "checkout") { %> + + <% } else if(state == "about-us") { %> + + <% } else if(state == "payment") { %> + + <% } else if(state == "products") { %> + + <% } else if(state == "product") { %> + + <% } else if(state == "login") { %> + + <% } else if(state == "register") { %> + + <% } else if(state == "register-verification-completed") { %> + + <% } else if(state == "register-verification-sent") { %> + + <% } else if(state == "forgot-password") { %> + + <% } else if(state == "reset-password") { %> + + <% } else if(state == "otp") { %> + + <% } else if(state == "register-error") { %> + + <% } else if(state == "faq") { %> + + <% } %> diff --git a/views/pages/login.ejs b/views/pages/login.ejs index fa3272b..beb83f0 100644 --- a/views/pages/login.ejs +++ b/views/pages/login.ejs @@ -47,21 +47,6 @@ <% if(locals.error) { %> <%= error %> <% } %> -
Or login with - -
-
Don't have an account?? Click Here to Sign Up!!