33 lines
641 B
SCSS
33 lines
641 B
SCSS
#onboard-welcome {
|
|
ion-content {
|
|
background: url(../img/onboarding-welcome-bg.png);
|
|
background-position: top center;
|
|
background-size: contain;
|
|
background-repeat-y: no-repeat;
|
|
#shopping-24 {
|
|
position: absolute;
|
|
top: 2%;
|
|
right: 5%;
|
|
width: 35px;
|
|
height: auto;
|
|
}
|
|
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|