Skip to content

Commit

Permalink
Fixes logo header on devise layout
Browse files Browse the repository at this point in the history
  • Loading branch information
decabeza committed Jul 31, 2018
1 parent 8299a19 commit a2bf8a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions app/assets/stylesheets/layout.scss
Expand Up @@ -878,11 +878,6 @@ footer {
h1 {
margin-top: $line-height;

img {
height: rem-calc(80);
width: rem-calc(80);
}

a {
color: #fff;
display: block;
Expand Down
1 change: 0 additions & 1 deletion app/views/layouts/devise.html.erb
Expand Up @@ -11,7 +11,6 @@
<h1 class="logo margin">
<%= link_to root_path do %>
<%= image_tag(image_path_for('logo_header.png'), class: 'float-left', alt: t("layouts.header.logo")) %>
<%= setting['org_name'] %>
<% end %>
</h1>
</div>
Expand Down

0 comments on commit a2bf8a8

Please sign in to comment.