make wallet not backed up warning orange
This commit is contained in:
parent
26fcb27a58
commit
698c4c85ed
2 changed files with 2 additions and 3 deletions
|
|
@ -177,8 +177,7 @@
|
|||
}
|
||||
|
||||
.wallet-not-backed-up-warning {
|
||||
margin-bottom: 1rem;
|
||||
background: #E15061;
|
||||
background: orange;
|
||||
text-align: center;
|
||||
color: white;
|
||||
font-size: 14px;
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@
|
|||
Wallet not backed up
|
||||
</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="text-center text-warning">
|
||||
<i class="fi-alert"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue