fix css differences with new merge

This commit is contained in:
Jamal Jackson 2016-09-14 14:39:13 -04:00
commit b5292be030

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) {