improves layout on sign in and sign up views
This commit is contained in:
@@ -650,7 +650,7 @@ h2.sidebar-title {
|
||||
|
||||
.auth-divider {
|
||||
border-bottom: 1px solid $border;
|
||||
height: $line-height/2;
|
||||
height: rem-calc(14);
|
||||
margin: $line-height 0;
|
||||
text-align: center;
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<% if current_page?(new_user_session_path) %>
|
||||
<div class="row">
|
||||
<div class="small-12 column">
|
||||
<div class="margin-bottom text-center">
|
||||
<div class="margin-bottom">
|
||||
<strong><%= t("omniauth.info_sign_in") %></strong>
|
||||
</div>
|
||||
</div>
|
||||
@@ -40,7 +40,7 @@
|
||||
<% elsif current_page?(new_user_registration_path) %>
|
||||
<div class="row">
|
||||
<div class="small-12 column">
|
||||
<div class="margin-bottom text-center">
|
||||
<div class="margin-bottom">
|
||||
<strong><%= t("omniauth.info_sign_up") %></strong>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user