added height breakpoint for disclaimer view agree to terms modal to make relative, fixed alignment on tour view

This commit is contained in:
Jamal Jackson 2016-09-07 15:05:30 -04:00
commit dfe0c39260
2 changed files with 13 additions and 1 deletions

View file

@ -71,3 +71,12 @@
} }
} }
} }
@media (max-height:460px){
#onboarding-disclaimer{
#agree-to-terms{
position: relative;
float:left;
}
}
}

View file

@ -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;
} }
} }