Created
April 11, 2017 22:15
-
-
Save braginteractive/b9568e23a37fafae7d4b8a57e6713a5a to your computer and use it in GitHub Desktop.
Styles used for the Search Bar
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
.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