added height breakpoint for disclaimer view agree to terms modal to make relative, fixed alignment on tour view
This commit is contained in:
parent
364fd32ca6
commit
dfe0c39260
2 changed files with 13 additions and 1 deletions
|
|
@ -71,3 +71,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-height:460px){
|
||||||
|
#onboarding-disclaimer{
|
||||||
|
#agree-to-terms{
|
||||||
|
position: relative;
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,11 +3,13 @@
|
||||||
#cta {
|
#cta {
|
||||||
background-image: url(../img/onboarding-tour-phone.svg);
|
background-image: url(../img/onboarding-tour-phone.svg);
|
||||||
height: 17rem;
|
height: 17rem;
|
||||||
|
margin-bottom:-1.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&-currency {
|
&-currency {
|
||||||
#cta {
|
#cta {
|
||||||
background-image: url(../img/onboarding-tour-currency-bg.svg);
|
background-image: url(../img/onboarding-tour-currency-bg.svg);
|
||||||
|
height:18rem;
|
||||||
}
|
}
|
||||||
.next-slide {
|
.next-slide {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
|
|
@ -16,7 +18,8 @@
|
||||||
&-control {
|
&-control {
|
||||||
#cta {
|
#cta {
|
||||||
background-image: url(../img/onboarding-tour-control.svg);
|
background-image: url(../img/onboarding-tour-control.svg);
|
||||||
background-size: 70%;
|
margin-bottom: .05rem;
|
||||||
|
height: 15rem;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue