Created
August 10, 2018 01:28
-
-
Save greyscaled/3d3d4402a574820ce14b4c6ce237f7ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .navigation { | |
| &__cbox { display: none; } | |
| &__hamburger-box { | |
| width: 4rem; | |
| height: 4rem; | |
| position: absolute; | |
| top: 3rem; | |
| left: 3rem; | |
| cursor: pointer; | |
| text-align: center; | |
| z-index: 1000; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment