Lungo.widgets.splash.less 675 B

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