Moved to BS3.
This commit is contained in:
parent
4b6cdfa727
commit
cb6943fd4a
2 changed files with 44 additions and 46 deletions
|
@ -3,7 +3,6 @@
|
||||||
<div class="hero-unit">
|
<div class="hero-unit">
|
||||||
<h1><%- @T( 'Welcome stranger!' ) %></h1>
|
<h1><%- @T( 'Welcome stranger!' ) %></h1>
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p><%- @T( 'Sign in with' ) %></p>
|
<p><%- @T( 'Sign in with' ) %></p>
|
||||||
<form id="login" class="form-inline">
|
<form id="login" class="form-inline">
|
||||||
|
@ -19,16 +18,12 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<% if !_.isEmpty( @auth_providers ): %>
|
<% if !_.isEmpty( @auth_providers ): %>
|
||||||
<div class="row">
|
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p>--- <%- @T( 'or' ) %> ---</p>
|
<p>--- <%- @T( 'or' ) %> ---</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p><%- @T( 'Sign in using' ) %></p>
|
<p><%- @T( 'Sign in using' ) %></p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -37,22 +32,17 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if @C('user_create_account'): %>
|
<% if @C('user_create_account'): %>
|
||||||
<div class="row">
|
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p>--- <%- @T( 'or' ) %> ---</p>
|
<p>--- <%- @T( 'or' ) %> ---</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p><%- @T( 'New to %s join today!', @C( 'product_name' ) ) %></p>
|
<p><%- @T( 'New to %s join today!', @C( 'product_name' ) ) %></p>
|
||||||
<p><a href="#signup" class="btn btn-default"><%- @T( 'Sign up' ) %></a>
|
<p><a href="#signup" class="btn btn-default"><%- @T( 'Sign up' ) %></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -454,6 +454,10 @@ h5 {
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-menu > li > a {
|
||||||
|
font-weight: 200;
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown-menu .count {
|
.dropdown-menu .count {
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
@ -497,6 +501,10 @@ h5 {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hero-unit h1 {
|
||||||
|
font-size: 52px;
|
||||||
|
}
|
||||||
|
|
||||||
.hero-unit p {
|
.hero-unit p {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
|
|
Loading…
Reference in a new issue