show wallet not backed up warning in wallet detail view

This commit is contained in:
Marty Alcala 2016-11-07 17:22:51 -05:00
commit 1219f368a7
3 changed files with 25 additions and 2 deletions

View file

@ -145,3 +145,14 @@
font-size: 20px;
color: #fff;
}
.wallet-not-backed-up-warning {
margin-top: -10px;
margin-bottom: 1rem;
background: #E15061;
text-align: center;
color: white;
font-size: 14px;
display: block;
text-decoration: none;
}