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 {
|
.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;
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue