finished get started launch view designs

This commit is contained in:
Jamal Jackson 2016-08-30 15:40:32 -04:00
commit b3085a9744
8 changed files with 60 additions and 10 deletions

View file

@ -0,0 +1,25 @@
#onboard-welcome {
ion-content {
background: url(../img/onboarding-welcome-bg.png);
background-position: top center;
background-size: contain;
background-repeat-y: no-repeat;
.logo, p {
@include center-block();
}
.logo{
margin-top:15rem;
}
button {
@include center-block(1rem);
color: #fff;
&.get-started {
background: rgb(100, 124, 232);
margin-top: 4rem;
}
&.restore {
background: none;
}
}
}
}