Merge pull request #2822 from consul/devise-layout

Fixes logo header on devise layout
This commit is contained in:
Alberto
2018-07-31 18:41:46 +02:00
committed by GitHub
2 changed files with 0 additions and 6 deletions

View File

@@ -878,11 +878,6 @@ footer {
h1 {
margin-top: $line-height;
img {
height: rem-calc(80);
width: rem-calc(80);
}
a {
color: #fff;
display: block;

View File

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