2016-08-30 15:40:32 -04:00
|
|
|
.onboarding {
|
2016-10-04 19:36:55 -04:00
|
|
|
background: #1e3186;
|
|
|
|
|
background-image: linear-gradient(to bottom, #1e3186 0%, #111b49 100%);
|
2016-09-08 10:17:34 -04:00
|
|
|
height: 100%;
|
2016-10-04 19:36:55 -04:00
|
|
|
text-align: center;
|
2016-09-01 09:02:28 -04:00
|
|
|
.bar.bar-header {
|
2016-10-04 19:36:55 -04:00
|
|
|
background: none;
|
2016-09-01 08:51:48 -04:00
|
|
|
color: #fff;
|
|
|
|
|
button {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.secondary-buttons {
|
|
|
|
|
button {
|
|
|
|
|
color: rgba(255, 255, 255, .5);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-10-04 19:36:55 -04:00
|
|
|
.bar.bar-stable {
|
|
|
|
|
border: 0 none transparent;
|
2016-09-19 14:18:03 -04:00
|
|
|
}
|
2016-09-01 08:51:48 -04:00
|
|
|
ion-content {
|
2016-09-08 10:17:34 -04:00
|
|
|
height: 100%;
|
|
|
|
|
.scroll{
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
2016-09-01 08:51:48 -04:00
|
|
|
color: #fff;
|
2016-09-01 11:24:52 -04:00
|
|
|
h2, h3{color:#fff;}
|
2016-09-01 08:51:48 -04:00
|
|
|
h2 {
|
2016-09-19 15:12:48 -04:00
|
|
|
font-size: 1.4rem;
|
2016-09-01 08:51:48 -04:00
|
|
|
}
|
|
|
|
|
p {
|
|
|
|
|
&.tagline {
|
|
|
|
|
color: rgba(255, 255, 255, .5);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
#cta {
|
|
|
|
|
background-size: contain;
|
|
|
|
|
width: 100%;
|
|
|
|
|
clear: both;
|
2016-09-02 15:42:45 -03:00
|
|
|
height: 23rem;
|
2016-09-01 08:51:48 -04:00
|
|
|
margin-bottom: -3rem;
|
|
|
|
|
background-position: center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
img {
|
|
|
|
|
height: 16rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
button {
|
2016-09-13 15:45:56 -04:00
|
|
|
color:#fff;
|
2016-09-01 08:51:48 -04:00
|
|
|
}
|
2016-09-19 14:18:03 -04:00
|
|
|
@media (min-width: 450px){
|
|
|
|
|
p{
|
|
|
|
|
font-size: 1.1rem;
|
2016-10-04 19:36:55 -04:00
|
|
|
line-height: 1.6;
|
2016-09-19 14:18:03 -04:00
|
|
|
}
|
|
|
|
|
}
|
2016-09-01 08:51:48 -04:00
|
|
|
}
|
|
|
|
|
.swiper-pagination {
|
|
|
|
|
&-bullet {
|
2016-10-04 19:36:55 -04:00
|
|
|
background: $soft-blue;
|
2016-09-01 08:51:48 -04:00
|
|
|
&-active {
|
2016-10-04 19:36:55 -04:00
|
|
|
background: $soft-blue;
|
2016-09-01 08:51:48 -04:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-08-30 15:40:32 -04:00
|
|
|
}
|
|
|
|
|
|
2016-09-27 14:15:24 -04:00
|
|
|
@media (min-width: 415px){
|
2016-09-08 15:42:19 -04:00
|
|
|
.onboarding{
|
|
|
|
|
ion-content{
|
|
|
|
|
h2{
|
2016-09-26 15:26:36 -04:00
|
|
|
font-size: 2rem;
|
|
|
|
|
}
|
|
|
|
|
p{
|
|
|
|
|
font-size: 1.4rem;
|
2016-10-04 19:36:55 -04:00
|
|
|
line-height: 1.6;
|
2016-09-09 14:01:39 -04:00
|
|
|
}
|
2016-09-08 15:42:19 -04:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-30 15:40:32 -04:00
|
|
|
@import "terms-of-use";
|
2016-10-04 19:36:55 -04:00
|
|
|
@import "onboarding-buttons";
|
2016-08-30 15:40:32 -04:00
|
|
|
@import "onboard-welcome";
|
2016-09-01 08:51:48 -04:00
|
|
|
@import "onboard-tour";
|
2016-09-01 09:25:57 -04:00
|
|
|
@import "onboard-collect-email";
|
2016-09-02 06:50:23 -04:00
|
|
|
@import "onboard-backup-request";
|
2016-09-26 16:11:45 -03:00
|
|
|
@import "../backup-warning";
|
2016-09-06 10:06:13 -04:00
|
|
|
@import "onboard-disclaimer";
|
2016-09-13 15:45:56 -04:00
|
|
|
@import "onboard-push-notifications";
|