Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active November 2, 2017 17:02
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 domagude/5f813b23a99582b5a050a96b7cbae553 to your computer and use it in GitHub Desktop.
Save domagude/5f813b23a99582b5a050a96b7cbae553 to your computer and use it in GitHub Desktop.
.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