lungo.widgets.splash.styl 531 B

12345678910111213141516171819202122232425262728293031323334353637
  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. .splash
  11. text-align: center
  12. & > form
  13. margin: 24px 32px
  14. & img
  15. max-width: 206px
  16. margin: 20% auto 0%
  17. & h1
  18. margin-top: 20%
  19. font-size: 2.2em
  20. font-weight: bold
  21. & .button
  22. margin-top: 10px
  23. & .copyright
  24. position: absolute
  25. width: 100%
  26. bottom: 8px
  27. left: 0px
  28. font-size: 0.8em
  29. font-style: normal
  30. padding: 0px