theme.widget.styl 554 B

12345678910111213141516171819202122232425
  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: THEME
  19. header .count
  20. background-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)