Skip to content

Instantly share code, notes, and snippets.

@ryancoughlin
Created July 24, 2013 20:00
Show Gist options
  • Save ryancoughlin/6073996 to your computer and use it in GitHub Desktop.
Save ryancoughlin/6073996 to your computer and use it in GitHub Desktop.
Style for normal input
input {
width: 380px;
height: 30px;
border: 1px solid #a3aebe;
@include border-radius(2px);
@include background-clip(padding-box);
background-color: #fff;
@include box-shadow(inset 0 1px 1px rgba(0,1,1,.14));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment