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 {
margin-top: -10px;
margin-top: -15px;
margin-bottom: 1rem;
background: #E15061;
text-align: center;
@ -155,4 +155,6 @@
font-size: 14px;
display: block;
text-decoration: none;
z-index: 9999;
position: relative;
}