improves layout on sign in and sign up views

This commit is contained in:
Alberto Garcia Cabeza
2017-01-17 19:13:31 +01:00
parent 72ab4f5923
commit 750909916b
2 changed files with 3 additions and 3 deletions

View File

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

View File

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