Skip to content

Commit

Permalink
Merge pull request #125 from 10gen/INT-574-scout-to-compass
Browse files Browse the repository at this point in the history
INT-574 Change all occurrences of "Scout" to "Compass" in the UI
  • Loading branch information
kangas committed Sep 9, 2015
2 parents 877a9bd + 852d3f5 commit bf50a44
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file modified images/darwin/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/darwin/background@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-compass-on-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/logo-scout-on-dark.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/sidebar/index.jade
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
div
.sidebar.panel
div.scout-logo
div.compass-logo
div(data-hook='collection-filter-subview')
div(data-hook='collection-list-subview')
6 changes: 3 additions & 3 deletions styles/sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
-webkit-transform: translateZ(0);
margin-bottom: 0;

.scout-logo {
background: @slate1 url("images/logo-scout-on-dark.png") center center no-repeat;
background-size: 140px 28px;
.compass-logo {
background: @slate1 url("images/logo-compass-on-dark.png") center center no-repeat;
background-size: 162px 28px;
width: @sidebar-width;
height: 72px;
}
Expand Down

0 comments on commit bf50a44

Please sign in to comment.