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
parent 364fd32ca6
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 {
background-image: url(../img/onboarding-tour-phone.svg);
height: 17rem;
margin-bottom:-1.5rem;
}
}
&-currency {
#cta {
background-image: url(../img/onboarding-tour-currency-bg.svg);
height:18rem;
}
.next-slide {
margin-top: 3rem;
@ -16,7 +18,8 @@
&-control {
#cta {
background-image: url(../img/onboarding-tour-control.svg);
background-size: 70%;
margin-bottom: .05rem;
height: 15rem;
background-position: top;
}
}