Created
September 26, 2011 15:20
-
-
Save dagda1/1242480 to your computer and use it in GitHub Desktop.
input.sass
This file contains hidden or 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, textarea | |
padding: 9px | |
border: 1px solid $text-box-border | |
width: 200px | |
background: $text-box-bg | |
input | |
@include border-radius(5px) | |
input, text | |
@include background-image(image-url('noise.png'), linear-gradient($text-box-from-gradient, $text-box-to-gradient)) | |
@include box-shadow($text-box-shadow-color 0px 0px 8px) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment