2016-08-30 15:40:32 -04:00
|
|
|
#onboard-welcome {
|
2016-10-04 19:36:55 -04:00
|
|
|
& > ion-content {
|
2016-08-30 15:40:32 -04:00
|
|
|
background: url(../img/onboarding-welcome-bg.png);
|
|
|
|
|
background-position: top center;
|
|
|
|
|
background-size: contain;
|
2016-09-16 10:07:50 -04:00
|
|
|
background-repeat: repeat-x;
|
2016-09-08 10:17:34 -04:00
|
|
|
}
|
2016-10-04 19:36:55 -04:00
|
|
|
#qrcode {
|
|
|
|
|
content: url("../img/onboarding-welcome-qrcode.png");
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5%;
|
|
|
|
|
right: 5%;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: auto;
|
2016-09-08 10:17:34 -04:00
|
|
|
}
|
2016-10-04 19:36:55 -04:00
|
|
|
#logo-tagline {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 70%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-around;
|
2016-09-08 10:17:34 -04:00
|
|
|
}
|
2016-10-04 19:36:55 -04:00
|
|
|
#logo {
|
|
|
|
|
width: 40%;
|
|
|
|
|
max-width: 200px;
|
|
|
|
|
margin: 5rem auto 0;
|
|
|
|
|
}
|
|
|
|
|
.lead {
|
|
|
|
|
line-height: 1.6;
|
|
|
|
|
}
|
|
|
|
|
#cta-buttons {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
button {
|
|
|
|
|
max-width: 400px;
|
2016-09-08 10:17:34 -04:00
|
|
|
}
|
2016-08-30 15:40:32 -04:00
|
|
|
}
|
|
|
|
|
}
|