Skip to content

Instantly share code, notes, and snippets.

@greyscaled
Created August 10, 2018 01:45
Show Gist options
  • Save greyscaled/609513a1dc880b4d6c20e76bab46c914 to your computer and use it in GitHub Desktop.
Save greyscaled/609513a1dc880b4d6c20e76bab46c914 to your computer and use it in GitHub Desktop.
.navigation {
// ...
&__hamburger {
margin-top: 2rem; // middle line 'meat' of burger
position: relative;
// this sets the style for all 3 lines
&,
&::before,
&::after {
// same hamburger-box width
width: 4rem;
height: 2px;
// make sure each is its own line
display: block;
background-color: #FFF;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment