lungo.widgets.splash.styl 506 B

12345678910111213141516171819202122232425262728293031
  1. /**
  2. * Stylesheet
  3. *
  4. * @namespace Lungo.Widgets
  5. * @class Splash
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. */
  9. @import "constants.styl"
  10. body > section > article.splash
  11. text-align: center
  12. padding: (INDENT * 2)
  13. & .logo
  14. height: 20%
  15. margin: 20% 0 10% 0
  16. font-size: 2.2em
  17. & .button
  18. margin-top: INDENT
  19. margin-bottom: INDENT
  20. & .copyright
  21. position: absolute
  22. width: 100%
  23. bottom: 8px
  24. left: 0px
  25. font-size: FONT_SIZE_TINY
  26. padding: 0px