Merge pull request #2822 from consul/devise-layout
Fixes logo header on devise layout
This commit is contained in:
@@ -878,11 +878,6 @@ footer {
|
|||||||
h1 {
|
h1 {
|
||||||
margin-top: $line-height;
|
margin-top: $line-height;
|
||||||
|
|
||||||
img {
|
|
||||||
height: rem-calc(80);
|
|
||||||
width: rem-calc(80);
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
<h1 class="logo margin">
|
<h1 class="logo margin">
|
||||||
<%= link_to root_path do %>
|
<%= link_to root_path do %>
|
||||||
<%= image_tag(image_path_for('logo_header.png'), class: 'float-left', alt: t("layouts.header.logo")) %>
|
<%= image_tag(image_path_for('logo_header.png'), class: 'float-left', alt: t("layouts.header.logo")) %>
|
||||||
<%= setting['org_name'] %>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user