Merge pull request #115 from jamal-jackson/feature/onboarding_backup_phrase

fix css differences with new merge
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-14 17:01:36 -03:00 committed by GitHub
commit a85ef7e46d

View file

@ -34,7 +34,7 @@
position: absolute; position: absolute;
width: 100%; width: 100%;
text-align: center; text-align: center;
bottom: 90px; bottom: 45px;
button { button {
max-width: 400px; max-width: 400px;
} }
@ -53,6 +53,7 @@
position: absolute; position: absolute;
bottom: 43px; bottom: 43px;
padding-bottom: 20px; padding-bottom: 20px;
padding: .5rem .5rem .9rem;
p { p {
font-weight: bold; font-weight: bold;
font-weight: bold; font-weight: bold;
@ -73,14 +74,6 @@
margin: 5px auto 0; margin: 5px auto 0;
} }
} }
ion-content.has-header {
#select-phrase {
bottom: 75px;
}
.backup-phrase {
padding: .5rem .5rem .9rem;
}
}
} }
@media (max-width: 400px) { @media (max-width: 400px) {