fix issue of iPad backup view cta buttons not fully visible, fix modal for all sizes

This commit is contained in:
Jamal Jackson 2016-09-20 11:25:40 -04:00
commit b370b07efb
2 changed files with 5 additions and 3 deletions

View file

@ -1,10 +1,12 @@
.popup-modal {
background: #fff;
top: 20%;
top: 50%;
left:50%;
position: absolute;
z-index: 10;
width: 90%;
left: 5%;
max-width: 350px;
transform: translate(-50%, -50%);
border-radius: .25rem;
&-header {
background: rgb(1, 209, 162);