finished get started launch view designs
This commit is contained in:
parent
e24e13aa20
commit
b3085a9744
8 changed files with 60 additions and 10 deletions
25
src/sass/views/onboarding/onboard-welcome.scss
Normal file
25
src/sass/views/onboarding/onboard-welcome.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue