Skip to content

Instantly share code, notes, and snippets.

@Tom-Millard
Created June 11, 2015 10:50
Show Gist options
  • Save Tom-Millard/2ecd74070051dab29136 to your computer and use it in GitHub Desktop.
Save Tom-Millard/2ecd74070051dab29136 to your computer and use it in GitHub Desktop.
Hamburger Menu Button
.btn {
background : none;
border : 0;
border-radius : 0px;
}
.btn--menu-trigger {
@extend .btn;
border: 2px solid white;
padding: 6px;
width : 40px;
span {
display: block;
height: 3px;
background-color: white;
margin-bottom: 6px;
}
span:last-child {
margin-bottom : 0px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment