Merge pull request #141 from jamal-jackson/feature/onboarding_iOS10_fixes
iOS 10 fixes for backu and modal
This commit is contained in:
commit
ae8299f0d2
2 changed files with 5 additions and 3 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
.popup-modal {
|
.popup-modal {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
top: 20%;
|
top: 50%;
|
||||||
|
left:50%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
left: 5%;
|
max-width: 350px;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
&-header {
|
&-header {
|
||||||
background: rgb(1, 209, 162);
|
background: rgb(1, 209, 162);
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-device-width : 320px) and (max-device-width : 340px) and (orientation : portrait){
|
@media (min-width : 320px) and (max-width : 340px) and (orientation : portrait), (min-width : 650px) and (max-width : 770px) and (orientation : portrait){
|
||||||
#wallet-backup-phrase{
|
#wallet-backup-phrase{
|
||||||
.cta-buttons,#select-phrase{
|
.cta-buttons,#select-phrase{
|
||||||
bottom: 64px;
|
bottom: 64px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue