Skip to content

Commit

Permalink
make wallet not backed up warning orange
Browse files Browse the repository at this point in the history
  • Loading branch information
msalcala11 committed Nov 10, 2016
1 parent 26fcb27 commit 698c4c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/sass/views/walletDetails.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@
}

.wallet-not-backed-up-warning {
margin-bottom: 1rem;
background: #E15061;
background: orange;
text-align: center;
color: white;
font-size: 14px;
Expand Down
2 changes: 1 addition & 1 deletion www/views/walletDetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 698c4c8

Please sign in to comment.