Guest User

Untitled

a guest
Oct 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. form
  2. p
  3. position: relative
  4. margin: 16px 0
  5.  
  6. label
  7. color: #bbb
  8. position: absolute
  9. font-size: 12px
  10. line-height: 30px
  11. padding: 1px 12px
  12. +text-shadow(0 1px 0 #fff)
  13.  
  14. input, textarea
  15. font: 12px "Droid Sans"
  16. height: 16px
  17. line-height: 16px
  18. padding: 7px 11px
  19. border: 1px solid #ccc
  20. background: url(../media/stylesheet/input_background.png)
  21. color: #888
  22. +border-radius(2px)
  23. +text-shadow(0 1px 0 #fff)
  24. +box-shadow((0 0 10px #f5f5f5, inset 1px 1px 0 #fff, inset -1px -1px 0 #fff))
  25.  
  26. &:focus
  27. border-color: #afafaf
  28.  
  29. input[type="submit"]
  30. @extend .button_blue
  31. padding: 0 15px
  32. height: 28px
  33. line-height: 28px
  34. cursor: pointer
Add Comment
Please, Sign In to add comment