fix backup-request view dimensions
This commit is contained in:
parent
68ae2a6f91
commit
ee97be25fd
1 changed files with 14 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#onboarding-backup-request {
|
#onboarding-backup-request {
|
||||||
#warning {
|
#warning {
|
||||||
display: flex;
|
padding-top: 15%;
|
||||||
|
display: block;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: calc(100vh - 320px);
|
height: calc(100vh - 320px);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
@ -29,9 +30,20 @@
|
||||||
@extend %cta-buttons;
|
@extend %cta-buttons;
|
||||||
padding-bottom: 4vw;
|
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) {
|
@media (max-height: 480px) {
|
||||||
#warning {
|
#warning {
|
||||||
display: block;
|
padding-top: 5%;
|
||||||
}
|
}
|
||||||
#backup-description {
|
#backup-description {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue