Skip to content

Instantly share code, notes, and snippets.

@dagda1
Created September 26, 2011 15:20
Show Gist options
  • Save dagda1/1242480 to your computer and use it in GitHub Desktop.
Save dagda1/1242480 to your computer and use it in GitHub Desktop.
input.sass
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