Fixes logo header on devise layout
This commit is contained in:
@@ -878,11 +878,6 @@ footer {
|
||||
h1 {
|
||||
margin-top: $line-height;
|
||||
|
||||
img {
|
||||
height: rem-calc(80);
|
||||
width: rem-calc(80);
|
||||
}
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
display: block;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user