Lungo.widgets.splash.less 537 B

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