fix backup-request view dimensions

This commit is contained in:
JDonadio 2017-01-12 11:06:46 -03:00
parent 68ae2a6f91
commit ee97be25fd
1 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,7 @@
#onboarding-backup-request {
#warning {
display: flex;
padding-top: 15%;
display: block;
flex-direction: column;
height: calc(100vh - 320px);
justify-content: center;
@ -29,9 +30,20 @@
@extend %cta-buttons;
padding-bottom: 4vw;
}
@media (max-height: 568px) {
#warning {
padding-top: 5%;
}
#backup-description {
font-size: 14px;
}
#backup-tldr {
font-size: 14px;
}
}
@media (max-height: 480px) {
#warning {
display: block;
padding-top: 5%;
}
#backup-description {
font-size: 14px;