Skip to content

Commit bf50a44

Browse files
committed
Merge pull request #125 from 10gen/INT-574-scout-to-compass
INT-574 Change all occurrences of "Scout" to "Compass" in the UI
2 parents 877a9bd + 852d3f5 commit bf50a44

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

images/darwin/background.png

-26.2 KB
Loading

images/darwin/[email protected]

1.96 KB
Loading

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)