Skip to content

Instantly share code, notes, and snippets.

@emmabostian
Last active January 12, 2020 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emmabostian/b94ee70bcf43b8352919cbf7137014fc to your computer and use it in GitHub Desktop.
Save emmabostian/b94ee70bcf43b8352919cbf7137014fc to your computer and use it in GitHub Desktop.
body {
overflow: hidden;
}
.App {
font-family: sans-serif;
text-align: center;
}
.menu-button--full {
top: 40px;
left: 20px;
}
.menu-button {
z-index: 40;
border: none;
position: fixed;
top: 40px;
right: 20px;
padding: 12px;
font-size: 1em;
background: none;
background: #fff;
color: #692969;
transition: background 0.1s linear;
cursor: pointer;
}
.menu-button:hover,
.menu-button:focus {
background: #e8daff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment