Skip to content

Instantly share code, notes, and snippets.

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