mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
auth page UX update
This commit is contained in:
parent
533a0f094e
commit
102f0c3800
9 changed files with 62 additions and 53 deletions
|
@ -2,14 +2,15 @@
|
|||
{{#if sayThanks}}
|
||||
<div class="reset-thanks margin-bottom-30">Thanks. Check your email for instructions.</div>
|
||||
{{else}}
|
||||
<div class="input-control">
|
||||
<label>Email</label>
|
||||
{{focus-input type="email" value=email id="email" class=(if hasEmptyEmailError 'error')}}
|
||||
<div class="form-group">
|
||||
<label for="email">Email</label>
|
||||
{{focus-input type="email" value=email id="email" class="form-control {{if hasEmptyEmailError 'is-invalid')}}"}}
|
||||
</div>
|
||||
<div class="clearfix" />
|
||||
<div class="margin-top-10 margin-bottom-20">
|
||||
<button type="submit" class="regular-button button-blue">Reset</button>
|
||||
<div class="mt-4">
|
||||
<button type="submit" class="btn btn-primary">Reset</button>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#link-to 'auth.login'}}Sign In{{/link-to}}
|
||||
<div class="mt-5">
|
||||
{{#link-to 'auth.login'}}Click here to sign in{{/link-to}}
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue