Skip to content

Instantly share code, notes, and snippets.

@laurenclark
Created January 21, 2015 11:33
Show Gist options
  • Save laurenclark/847004311541e4bcd922 to your computer and use it in GitHub Desktop.
Save laurenclark/847004311541e4bcd922 to your computer and use it in GitHub Desktop.
Foundation Menu Fix
.top-bar .toggle-topbar.menu-icon a:after {
box-shadow: 0 10px 0 1px $oil, 0 16px 0 1px $oil, 0 22px 0 1px $oil;
content: "";
display: block;
height: 0;
position: absolute;
right: 0;
top: 0;
width: 16px;
}
.top-bar .toggle-topbar.menu-icon a {
height: 34px;
line-height: 33px;
padding: 0 25px 0 0;
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment