Improved password reset style.
This commit is contained in:
parent
395f01ca8e
commit
144f4ff359
2 changed files with 12 additions and 10 deletions
|
@ -1,18 +1,14 @@
|
|||
<div class="hero-unit">
|
||||
<% if @sent: %>
|
||||
<h2><%- @T('We\'ve sent password reset instructions to your email address.') %><small></small></h2>
|
||||
<div class="container">
|
||||
<p><%- @T('If you don\'t receive instructions within a minute or two, check your email\'s spam and junk filters, or try resending your request.') %></p>
|
||||
<a href="#" class="retry">» <%- @T('again') %> «</a>
|
||||
</div>
|
||||
<p><%- @T('If you don\'t receive instructions within a minute or two, check your email\'s spam and junk filters, or try resending your request.') %></p>
|
||||
<a href="#" class="retry">» <%- @T('again') %> «</a>
|
||||
<% end %>
|
||||
<div id="form-password">
|
||||
<h2><%- @T( 'Forgot your password?' ) %><small></small></h2>
|
||||
<div class="container">
|
||||
<form id="form-password-item">
|
||||
<a href="#/" class="btn cancel"><%- @T( 'Cancel' ) %></a>
|
||||
<button class="btn btn-primary submit"><%- @T( 'Submit' ) %></button>
|
||||
</form>
|
||||
</div>
|
||||
<form id="form-password-item">
|
||||
<a href="#/" class="btn cancel"><%- @T( 'Cancel' ) %></a>
|
||||
<button class="btn btn-primary submit"><%- @T( 'Submit' ) %></button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
|
@ -131,6 +131,12 @@ h4 {
|
|||
/*
|
||||
*
|
||||
*/
|
||||
.hero-unit p {
|
||||
font-size: 16px;
|
||||
font-weight: 200;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.hero-unit .small {
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
|
|
Loading…
Reference in a new issue