1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 13:35:25 +02:00

auth page UX update

This commit is contained in:
Harvey Kandola 2017-11-27 19:07:36 +00:00
parent 533a0f094e
commit 102f0c3800
9 changed files with 62 additions and 53 deletions

View file

@ -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>