Skip to content

Instantly share code, notes, and snippets.

@hjortureh
Last active December 31, 2015 15:19
Show Gist options
  • Save hjortureh/8006033 to your computer and use it in GitHub Desktop.
Save hjortureh/8006033 to your computer and use it in GitHub Desktop.
.toolbar__search-input {
display: none;
width: 300px;
.toolbar--active & {
display: block;
}
&:focus {
border: 1px solid #121221;
}
@media screen and (min-width: 900px) {
width: 500px
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment