mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 20:35:42 +03:00
Fix missing asset
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user