Skip to content

Commit

Permalink
argoproj#44 Redesign confirm forgot password page
Browse files Browse the repository at this point in the history
  • Loading branch information
wokeGit committed Aug 29, 2017
1 parent 5489b8b commit 28c8fd8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
<div class="login">
<div class="login__box">
<div class="login__logo login__logo--neg"></div>
<h4>Reset password link is sent</h4>
<div>Check your email and click the link to reset your password</div>
<div class="login__more-row">
<a routerLink="/login">{{ 'Go to Login' | translate }}</a>
<div class="setup">
<div class="setup__shortcut">
<div class="argo"></div>
<div class="logo"></div>
</div>

<div class="setup__box">
<div class="setup__header">
<h1>{{ 'Password Reset Email Sent' | translate }}?</h1>
</div>
<div class="setup__content setup__content--forgot-password-confirm">
<p>
{{ 'Please check your inbox. We just emailed you a link to reset your password. If you don\'t receive anything, first check your spam folder and then try again.' | translate }}.
</p>

<div class="setup__btn-center setup__btn-center--additional-top-margin">
<a axButtonWave class="ax-button ax-button--base-o" routerLink="/login">
{{ 'Sign In' | translate }}
</a>
</div>
</div>
</div>
</div>
12 changes: 12 additions & 0 deletions saas/axops/src/ui/src/app/views/setup/setup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,25 @@ $setup-box-content-shadow: 3px 3px 20px black;
&--forgot-password {
width: 500px;
}

&--forgot-password-confirm {
width: 635px;
}
}

&__title {
color: #f27f53;
font-size: 26px;
}

&__btn-center {
text-align: center;

&--additional-top-margin {
margin-top: 40px;
}
}

&__welcome-text {
color: white;
font-size: 47px;
Expand Down

0 comments on commit 28c8fd8

Please sign in to comment.