We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877a9bd commit d860097Copy full SHA for d860097
images/logo-compass-on-dark.png
4.38 KB
images/logo-scout-on-dark.png
-3.97 KB
src/sidebar/index.jade
@@ -1,5 +1,5 @@
1
div
2
.sidebar.panel
3
- div.scout-logo
+ div.compass-logo
4
div(data-hook='collection-filter-subview')
5
div(data-hook='collection-list-subview')
styles/sidebar.less
@@ -8,9 +8,9 @@
8
-webkit-transform: translateZ(0);
9
margin-bottom: 0;
10
11
- .scout-logo {
12
- background: @slate1 url("images/logo-scout-on-dark.png") center center no-repeat;
13
- background-size: 140px 28px;
+ .compass-logo {
+ background: @slate1 url("images/logo-compass-on-dark.png") center center no-repeat;
+ background-size: 162px 28px;
14
width: @sidebar-width;
15
height: 72px;
16
}
0 commit comments