Skip to content

Instantly share code, notes, and snippets.

@braginteractive
Created April 11, 2017 22:15
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 braginteractive/b9568e23a37fafae7d4b8a57e6713a5a to your computer and use it in GitHub Desktop.
Save braginteractive/b9568e23a37fafae7d4b8a57e6713a5a to your computer and use it in GitHub Desktop.
Styles used for the Search Bar
.search-bar {
display: none;
padding: 2rem 0;
background-color: $brand-success;
box-shadow: inset 0px 1px 30px -2px rgba(0,0,0,0.75);
}
.fa-search {
&:hover {
color: rgba(255, 255, 255, 0.75);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment