theme.widget.styl 882 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. @import "__init.styl"
  10. [data-control="pull"]
  11. text-shadow: 0 1px 0 #fff
  12. /* ================================= TAG ================================= */
  13. .tag:not(.icon)
  14. color: #fff
  15. border-radius BORDER_radius
  16. font-weight: 700 !important
  17. &.count
  18. background-color: COLOR_theme
  19. header .count
  20. background-color: COLOR_theme-dark !important
  21. footer &
  22. box-shadow inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.5)
  23. /* =============================== MESSAGE =============================== */
  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%)