Browse Source

Add link to reset password on sign in page.
Update link style.

Lee Morgan 5 years ago
parent
commit
44272978b2
2 changed files with 5 additions and 2 deletions
  1. 3 1
      views/landingPage/landing.ejs
  2. 2 1
      views/shared/shared.css

+ 3 - 1
views/landingPage/landing.ejs

@@ -108,8 +108,10 @@
                 <a class="button buttonWithBorder" href="/cloverlogin">Sign In with Clover</a>
 
                 <a class="button buttonWithBorder" href="/squarelogin">Sign In with Square</a> -->
+                
+                <h3 class="link">Forgot your password?</h3>
 
-                <h3 class="link" style="margin-top: 30px;" onclick="registerObj.display()"> New Here? Please Sign Up </h3>
+                <h3 class="link" onclick="registerObj.display()">Need to register?</h3>
             </form>
         </div>
 

+ 2 - 1
views/shared/shared.css

@@ -117,7 +117,8 @@ button::-moz-focus-inner{
 .link {
     cursor: pointer;
     color: gray;
-    text-decoration: none;
+    text-decoration: underline;
+    margin-top: 20px;
 }
 
 .link:hover {