Skip to content

Commit

Permalink
Merge pull request #596 from newamericafoundation/mobile-nav-arrow
Browse files Browse the repository at this point in the history
Mobile Nav Toggle Overlap Issue
  • Loading branch information
kjacks committed Apr 28, 2016
2 parents e13170e + 3a9b044 commit 92118a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mysite/assets/scss/modules/mobile-nav/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ $mobile-nav-logo-width: 145px;
top: 50%;
transform: translateY(-50%);
left: $mobile-nav-side-padding;
background-color: white;

}

&__secondary__logo {
width: 159px;
background-color: white;

@include desktop-header {
width: $mobile-nav-logo-width;
Expand All @@ -70,13 +71,12 @@ $mobile-nav-logo-width: 145px;
vertical-align: middle;
top: 50%;
transform: translateY(-50%);
z-index: 1000;

.flip-arrow-black , .flip-arrow-white {
width: 20px;
height: 20px;
@include has-sidemenu {
/*width:15px;
height:15px;*/

@include mobile-header {
width:20px;
Expand Down

0 comments on commit 92118a9

Please sign in to comment.