lungo.widget.button.styl 1023 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /**
  2. * Stylesheet
  3. *
  4. * @namespace Lungo.Widgets
  5. * @class Button
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. */
  9. .button, button
  10. display: inline-block
  11. border: none
  12. cursor: pointer
  13. font-family: inherit
  14. font-weight: inherit
  15. text-align: center
  16. text-decoration: none
  17. outline: none
  18. background: none
  19. font-size: inherit
  20. header &
  21. & > abbr
  22. font-size: FONT_SIZE_SMALL
  23. & .icon + abbr
  24. position: relative
  25. left: 0.3em
  26. top: 0.5em
  27. float: right
  28. article &
  29. line-height: 2.5em
  30. &.icon
  31. padding: 0 0.65em
  32. &:not(.icon)
  33. padding: 0 1em
  34. & .icon + abbr
  35. margin-left: 0.5em
  36. &.large
  37. font-size: FONT_SIZE_LARGE
  38. &.small
  39. font-size: FONT_SIZE_SMALL
  40. line-height: 2.25em
  41. &.tiny
  42. font-size: FONT_SIZE_TINY
  43. line-height: 2.0em
  44. padding: 0 0.6em
  45. &.anchor
  46. width: 100%
  47. position: relative
  48. padding: 0
  49. &:not(.icon) .icon
  50. position: absolute
  51. left: 1.0em