Created
July 24, 2013 20:00
-
-
Save ryancoughlin/6073996 to your computer and use it in GitHub Desktop.
Style for normal input
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
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