Skip to content

Commit

Permalink
argoproj#44 Redesign confirm setup page
Browse files Browse the repository at this point in the history
  • Loading branch information
wokeGit committed Aug 30, 2017
1 parent ec651f9 commit ea5327d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 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>Thanks for joining Argo!</h4>
<h6>Check your email and click the link to set up your new account.</h6>
<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>{{ 'Thanks for joining Argo!' | translate }}</h1>
</div>
<div class="setup__content setup__content--setup-confirm">
<p>
{{ 'Check your email and click the link to set up your new account.' | translate }}
</p>

<div class="setup__btn-center setup__btn-center--additional-top-margin">
<a axButtonWave class="ax-button ax-button--base setup__btn" routerLink="/login">
{{ 'Go to Login' | translate }}
</a>
</div>
</div>
</div>
</div>
</div>
4 changes: 4 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 @@ -90,6 +90,10 @@ $setup-box-content-shadow: 3px 3px 20px black;
width: 500px;
}

&--setup-confirm {
width: 540px;
}

&--forgot-password-confirm, &--reset-password-confirm {
width: 635px;
}
Expand Down

0 comments on commit ea5327d

Please sign in to comment.