| 12345678910111213141516171819202122232425262728293031323334353637 |
- /**
- * Stylesheet
- *
- * @namespace Lungo.Widgets
- * @class Splash
- *
- * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
- */
- @import "constants.styl"
- .splash
- text-align: center
- & > form
- margin: 24px 32px
- & img
- max-width: 206px
- margin: 20% auto 0%
- & h1
- margin-top: 20%
- font-size: 2.2em
- font-weight: bold
- & .button
- margin-top: 10px
- & .copyright
- position: absolute
- width: 100%
- bottom: 8px
- left: 0px
- font-size: 0.8em
- font-style: normal
- padding: 0px
|