make wallet not backed up warning orange

This commit is contained in:
Marty Alcala 2016-11-10 18:30:49 -05:00
commit 698c4c85ed
2 changed files with 2 additions and 3 deletions

View file

@ -177,8 +177,7 @@
} }
.wallet-not-backed-up-warning { .wallet-not-backed-up-warning {
margin-bottom: 1rem; background: orange;
background: #E15061;
text-align: center; text-align: center;
color: white; color: white;
font-size: 14px; font-size: 14px;

View file

@ -88,7 +88,7 @@
Wallet not backed up Wallet not backed up
</a> </a>
<div class="p60b" ng-show="wallet && wallet.isComplete()"> <div class="p60b" ng-show="wallet && wallet.isComplete()" style="padding-top: 1rem;">
<div class="oh pr m20t" ng-show="wallet.incorrectDerivation"> <div class="oh pr m20t" ng-show="wallet.incorrectDerivation">
<div class="text-center text-warning"> <div class="text-center text-warning">
<i class="fi-alert"></i> <i class="fi-alert"></i>