lungo.widgets.splash.styl 581 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /**
  2. * Stylesheet
  3. *
  4. * @namespace Lungo.Widgets
  5. * @class Splash
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. */
  9. @import "import/constants.styl"
  10. @import "import/vendor.styl"
  11. .splash
  12. text-align: center
  13. font-size: 1.2em
  14. & > form
  15. margin: 28px
  16. & img
  17. max-width: 206px
  18. margin: 20% auto 0%
  19. & h1
  20. margin-top: 20%
  21. font-size: 2.2em
  22. font-weight: bold
  23. & .button
  24. margin-top: 10px
  25. & .copyright
  26. position: absolute
  27. width: 100%
  28. bottom: 8px
  29. left: 0px
  30. font-size: 0.8em
  31. font-style: normal
  32. padding: 0px