cleaned up backup warning view on iPhone5

This commit is contained in:
Jamal Jackson 2016-09-09 10:05:35 -04:00
commit 3af5405340
2 changed files with 40 additions and 3 deletions

View file

@ -8,4 +8,41 @@
#arrow-down{
font-size: 4.2rem;
}
.cta-buttons{
float:left;
width:100%;
}
}
@media (max-width: 400px){
#onboarding-backup-warning{
.warning{
margin: 2rem auto 1rem;
height: 8rem;
}
h3{
font-size:1.3rem;
}
p{
font-size:.9rem;
max-width: 80%;
flex: 0 0 80%;
}
.warning-image{
height: 11rem;
}
.cta-buttons{
float:none;
bottom:46px;
position: absolute;
}
}
}
@media (max-height: 540px){
#onboarding-backup-warning{
.cta-buttons{
float:left;
position: relative;
}
}
}