diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index ff60006dc..52243c47c 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -169,6 +169,7 @@ html { letter-spacing: -0.040rem; margin-top: 1rem; padding: 2rem; + border: none; } .btn:hover { @@ -309,11 +310,6 @@ ul.statistics li{ width: 100%; text-align: center; } -.more { - display: block; - margin: 10px auto; - width: 100px; -} /*flash*/ .alert > ul { @@ -390,19 +386,6 @@ label[required]::after{ background-size: cover; } - .login-wrapper { - position: absolute; - top: 51%; - left: 0; - transform: translateY(-50%); - width: 100%; - z-index: 1; - - @media(max-width: $screen-sm-min) { - top: 47%; - } - } - .home-wrapper { position: absolute; top: 20%; diff --git a/app/views/devise/confirmations/new.html.erb b/app/views/devise/confirmations/new.html.erb index b5fb0a3ef..536f86b10 100644 --- a/app/views/devise/confirmations/new.html.erb +++ b/app/views/devise/confirmations/new.html.erb @@ -1,6 +1,6 @@
<%= t(".resend_instructions_description") %>
diff --git a/app/views/devise/passwords/edit.html.erb b/app/views/devise/passwords/edit.html.erb index d03cced77..84983f571 100644 --- a/app/views/devise/passwords/edit.html.erb +++ b/app/views/devise/passwords/edit.html.erb @@ -1,6 +1,6 @@<%= t(".forgot_question_description") %>
diff --git a/app/views/devise/sessions/new.html.erb b/app/views/devise/sessions/new.html.erb index 636442477..2c8d1320f 100644 --- a/app/views/devise/sessions/new.html.erb +++ b/app/views/devise/sessions/new.html.erb @@ -1,4 +1,4 @@ -<%= t(".resend_instructions_description") %>
diff --git a/app/views/reports/post_list.html.erb b/app/views/reports/post_list.html.erb index 2c9db2d7e..6d656dbe2 100644 --- a/app/views/reports/post_list.html.erb +++ b/app/views/reports/post_list.html.erb @@ -1,9 +1,5 @@