Skip to content

Commit d860097

Browse files
marcgurneykangas
authored andcommitted
changed scout logo to compass logo
1 parent 877a9bd commit d860097

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

images/logo-compass-on-dark.png

4.38 KB
Loading

images/logo-scout-on-dark.png

-3.97 KB
Binary file not shown.

src/sidebar/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
div
22
.sidebar.panel
3-
div.scout-logo
3+
div.compass-logo
44
div(data-hook='collection-filter-subview')
55
div(data-hook='collection-list-subview')

styles/sidebar.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
-webkit-transform: translateZ(0);
99
margin-bottom: 0;
1010

11-
.scout-logo {
12-
background: @slate1 url("images/logo-scout-on-dark.png") center center no-repeat;
13-
background-size: 140px 28px;
11+
.compass-logo {
12+
background: @slate1 url("images/logo-compass-on-dark.png") center center no-repeat;
13+
background-size: 162px 28px;
1414
width: @sidebar-width;
1515
height: 72px;
1616
}

0 commit comments

Comments
 (0)