theme.widget.styl 904 B

12345678910111213141516171819202122232425262728293031323334
  1. /**
  2. * Stylesheet
  3. *
  4. * @namespace Lungo.Theme
  5. * @class Layout
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. */
  9. /* ================================= TAG ================================= */
  10. .tag:not(.icon)
  11. color: #fff
  12. font-weight: 400
  13. &.count
  14. border-radius 1em
  15. background-color: DANGER
  16. /* ================================= PULL =============================== */
  17. body > section > [data-control="pull"]
  18. background-color: darken(BACKGROUND, 15%)
  19. color: darken(BACKGROUND, 50%)
  20. text-shadow: 0 0.1em 1em BACKGROUND
  21. &.rotate
  22. color: darken(BACKGROUND, 75%)
  23. /* =============================== EMPTY =============================== */
  24. body > section > article > .empty
  25. & > .icon, > strong, > small
  26. text-shadow: 0 1px 0 lighten(BACKGROUND, 95%)
  27. & > .icon, > small
  28. color: darken(BACKGROUND, 20%)
  29. & > strong
  30. color: darken(BACKGROUND, 40%)