| 1234567891011121314151617181920212223242526272829303132333435363738 |
- /**
- * Stylesheet
- *
- * @namespace LUNGO.Widgets
- * @class Splash
- *
- * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
- */
- .splash{
- text-align: center;
- font-size: 1.2em;
- }
- .splash img {
- max-width: 206px;
- margin: 92px auto 32px;
- }
- .splash h1 {
- margin: 92px auto 16px;
- font-size: 2.2em;
- font-weight: bold;
- }
- .splash .button.big {
- margin-top: 16px;
- }
- .splash .copyright {
- position: fixed;
- width: 100%;
- bottom: 8px;
- left: 0px;
- font-size: 0.8em;
- font-style: normal;
- }
|