Fix missing asset

This commit is contained in:
Seth Vargo
2017-02-27 13:15:09 -05:00
parent aaf709e80b
commit b24a7ee723
2 changed files with 4 additions and 17 deletions

View File

@@ -143,11 +143,9 @@ $sidebar-icon-height: 20px;
}
.sidebar-image {
padding-top: 24px;
img {
display: block;
margin: 0 auto;
}
width: 153px;
height: 56px;
margin: 24px auto 14px auto;
}
@@ -250,17 +248,6 @@ $sidebar-icon-height: 20px;
min-width: $sidebar-width;
width: $sidebar-width;
}
.sidebar .sidebar-header {
//height: $sidebar-width * 9/16; // 16:9 header dimension
}
.sidebar .sidebar-image {
/* img {
width: $sidebar-width/4 - $sidebar-padding;
height: $sidebar-width/4 - $sidebar-padding;
} */
}
}
.sidebar-overlay {

View File

@@ -7,7 +7,7 @@
<div class="sidebar-header header-cover">
<!-- Sidebar brand image -->
<div class="sidebar-image">
<img src="<%= image_path('logo-header@2x.png') %>" width="49px" height="56px">
<%= File.read(self.root_path.join("source/assets/images/logo-header.svg")) %>
</div>
</div>