better wallet not backed up warning positioning

This commit is contained in:
Marty Alcala 2016-11-07 17:39:41 -05:00
parent e675de415d
commit 61efeefdd6
1 changed files with 3 additions and 1 deletions

View File

@ -147,7 +147,7 @@
} }
.wallet-not-backed-up-warning { .wallet-not-backed-up-warning {
margin-top: -10px; margin-top: -15px;
margin-bottom: 1rem; margin-bottom: 1rem;
background: #E15061; background: #E15061;
text-align: center; text-align: center;
@ -155,4 +155,6 @@
font-size: 14px; font-size: 14px;
display: block; display: block;
text-decoration: none; text-decoration: none;
z-index: 9999;
position: relative;
} }