Skip to content

Commit

Permalink
Changing menu button for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
cone committed Jun 17, 2015
1 parent c954e60 commit 5b3e836
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
16 changes: 16 additions & 0 deletions app/assets/images/menu-icon-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/modules/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
top: 50%;
margin-top: -14px;

background: $home-color image_url('menu-btn.svg') -40px -21px no-repeat;
background: $very-dark-grey image_url('menu-icon-mobile.svg') no-repeat;
background-size: contain;

@include mq(770px) {
display: block;
Expand All @@ -76,7 +77,7 @@
.header-mobile-team { background-color: $team-color; }
.header-mobile-about { background-color: $about-color; }
.header-mobile-we-do { background-color: $we-do-color; }
.header-mobile-careers { background-color: $careers-color; }
.header-mobile-careers { background-color: $very-dark-grey; }

.header-home, .header-portfolio, .header-blog { border-bottom: solid 1px $black; }
.header-team { border-bottom: solid 1px $team-color; }
Expand Down

0 comments on commit 5b3e836

Please sign in to comment.