forked from argoproj/argo-workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
argoproj#44 Redesign confirm setup page
- Loading branch information
Showing
2 changed files
with
25 additions
and
8 deletions.
There are no files selected for viewing
29 changes: 21 additions & 8 deletions
29
saas/axops/src/ui/src/app/views/setup/email-confirmation/email-confirmation.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters