Last active
November 2, 2017 17:02
-
-
Save domagude/5f813b23a99582b5a050a96b7cbae553 to your computer and use it in GitHub Desktop.
This file contains 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
.fa-search { | |
position:absolute; | |
bottom:14px; | |
left:10px; | |
width:20px; | |
height:10px; | |
} | |
#search-form { | |
position:relative; | |
input { | |
border: solid 2px rgba(0,0,0,0.2); | |
border-radius: 10px; | |
box-shadow: none; | |
outline: 0; | |
} | |
input:focus { | |
border: solid 2px rgba(0,0,0,0.35); | |
} | |
input#search { | |
padding: 15px; | |
width: 100%; | |
height:20px; | |
margin: 10px 0; | |
padding-left: 30px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment