Merge pull request #5614 from JDonadio/bug/text-overlay

Fix text overlay - passphrase
This commit is contained in:
Gustavo Maximiliano Cortez 2017-02-16 12:18:22 -03:00 committed by GitHub
commit 534dae531b
1 changed files with 4 additions and 1 deletions

View File

@ -64,7 +64,7 @@
height: 70%; height: 70%;
color: $dark-gray; color: $dark-gray;
.initial-prompt { .initial-prompt {
padding: 3rem; padding: 2.3rem;
@media(max-height: 480px) { @media(max-height: 480px) {
padding: 2rem; padding: 2rem;
} }
@ -76,6 +76,9 @@
padding-bottom: 1rem; padding-bottom: 1rem;
font-size: 14px; font-size: 14px;
} }
@media(max-height: 550px) {
padding-bottom: 1rem;
}
} }
} }
&-step-2 { &-step-2 {