Commit 545ecfb9 by Muhammad Usman

Fixes:

	- chevron icon missing on reset/forgot password screens
	- footer label issue fixed
	- reset password header image fixed
parent b49904bd
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</div> </div>
<div class="signup-link" *ngIf="!emailSent"> <div class="signup-link" *ngIf="!emailSent">
Back to <span class="mc-nav-link" routerLink="/my-career-web/auth/login">Sign in</span> Back to <span class="mc-nav-link" routerLink="/my-career-web/auth/login">Sign in <i style="margin-left: 3px;" class="fa fa-chevron-right"></i></span>
</div> </div>
<div class="signup-link" *ngIf="emailSent"> <div class="signup-link" *ngIf="emailSent">
......
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
.mc-footer-label { .mc-footer-label {
position: absolute; position: absolute;
bottom: 32px; bottom: 32px;
left: 43%; left: 46%;
color: #808285; color: #808285;
font-family: $bodyFont; font-family: $bodyFont;
font-size: 11px; font-size: 11px;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="row login-wrapper"> <div class="row login-wrapper">
<div class="col-md-offset-4 col-md-4"> <div class="col-md-offset-4 col-md-4">
<div class="mc-login-logo d-flex justify-content-center"> <div class="mc-login-logo d-flex justify-content-center">
<img src="assets/my-career-web/images/MATCHD LOGO_career_horizontal_rgb.png" alt=""> <img src="assets/my-career-web/images/MATCHD_LOGO.jpg" alt="">
</div> </div>
<div class="title-goes-here">Title goes here</div> <div class="title-goes-here">Title goes here</div>
<div class="subtitle-giving-cont">Subtitle giving context to product and selling users on why they should sign up goes here.</div> <div class="subtitle-giving-cont">Subtitle giving context to product and selling users on why they should sign up goes here.</div>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</div> </div>
<div class="signup-link"> <div class="signup-link">
Got to <span class="mc-nav-link" routerLink="/my-career-web/auth/login">Sign in</span> Got to <span class="mc-nav-link" routerLink="/my-career-web/auth/login">Sign in <i style="margin-left: 3px;" class="fa fa-chevron-right"></i></span>
</div> </div>
</form> </form>
......
...@@ -125,8 +125,8 @@ ...@@ -125,8 +125,8 @@
.mc-footer-label { .mc-footer-label {
position: absolute; position: absolute;
bottom: 4%; bottom: 32px;
left: 43%; left: 46%;
color: #808285; color: #808285;
font-family: $bodyFont; font-family: $bodyFont;
font-size: 11px; font-size: 11px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment