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">
|
<div class="hero-unit">
|
||||||
<% if @sent: %>
|
<% if @sent: %>
|
||||||
<h2><%- @T('We\'ve sent password reset instructions to your email address.') %><small></small></h2>
|
<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>
|
||||||
<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>
|
||||||
<a href="#" class="retry">» <%- @T('again') %> «</a>
|
|
||||||
</div>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
<div id="form-password">
|
<div id="form-password">
|
||||||
<h2><%- @T( 'Forgot your password?' ) %><small></small></h2>
|
<h2><%- @T( 'Forgot your password?' ) %><small></small></h2>
|
||||||
<div class="container">
|
<form id="form-password-item">
|
||||||
<form id="form-password-item">
|
<a href="#/" class="btn cancel"><%- @T( 'Cancel' ) %></a>
|
||||||
<a href="#/" class="btn cancel"><%- @T( 'Cancel' ) %></a>
|
<button class="btn btn-primary submit"><%- @T( 'Submit' ) %></button>
|
||||||
<button class="btn btn-primary submit"><%- @T( 'Submit' ) %></button>
|
</form>
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
|
@ -131,6 +131,12 @@ h4 {
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
.hero-unit p {
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 200;
|
||||||
|
line-height: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
.hero-unit .small {
|
.hero-unit .small {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
|
Loading…
Reference in a new issue