Skip to content

Instantly share code, notes, and snippets.

@digisavvy
Created May 4, 2015 18:31
Show Gist options
  • Save digisavvy/0e7d4b458eb7fbad0934 to your computer and use it in GitHub Desktop.
Save digisavvy/0e7d4b458eb7fbad0934 to your computer and use it in GitHub Desktop.
searchbox
.search-box-wrapper .search-field {
box-sizing: border-box;
width: 280px;
}
dev-antaeus.artedev.info/media="all"
.search-box-wrapper .search-field {
z-index: 1;
position: absolute;
float: none;
height: 30px;
margin: 0;
border: none;
border-radius: 0;
transition: all 500ms ease-in-out;
right: 0;
font-family: CenturyOldSty-Bol,Georgia,Cambria,"Times New Roman",Times,serif;
text-transform: uppercase;
font-size: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment