fixed stylings on welcome and tour page for iPhone5
This commit is contained in:
parent
d2b5a70d93
commit
cb7125b15a
4 changed files with 27 additions and 2 deletions
|
|
@ -63,6 +63,10 @@
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bar-green{
|
||||||
|
background: rgb(17, 209, 166) !important;
|
||||||
|
}
|
||||||
|
|
||||||
ion-header-bar{
|
ion-header-bar{
|
||||||
button{
|
button{
|
||||||
border:none;
|
border:none;
|
||||||
|
|
|
||||||
|
|
@ -24,3 +24,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 400px){
|
||||||
|
#onboard-tour{
|
||||||
|
&-secure, &-currency, &-control{
|
||||||
|
#cta{
|
||||||
|
height: 14rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width:500px), (max-height:800px) {
|
@media (max-width:500px),
|
||||||
|
(max-height:800px) {
|
||||||
#onboard-welcome {
|
#onboard-welcome {
|
||||||
ion-content {
|
ion-content {
|
||||||
.logo {
|
.logo {
|
||||||
|
|
@ -62,7 +63,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-height:608px) {
|
@media (max-height:550px) {
|
||||||
#onboard-welcome {
|
#onboard-welcome {
|
||||||
#cta-buttons {
|
#cta-buttons {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
|
|
|
||||||
|
|
@ -75,6 +75,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 400px){
|
||||||
|
.onboarding{
|
||||||
|
ion-content{
|
||||||
|
h2{
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@import "terms-of-use";
|
@import "terms-of-use";
|
||||||
@import "onboard-welcome";
|
@import "onboard-welcome";
|
||||||
@import "onboard-tour";
|
@import "onboard-tour";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue