Implementation for copay distribution sass.
This commit is contained in:
parent
52a690e31e
commit
73a06b595f
105 changed files with 1150 additions and 480 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<ion-modal-view id="wallet-balance">
|
||||
<ion-header-bar align-title="center" ng-style="{'background-color': wallet.color}">
|
||||
<ion-header-bar align-title="center" ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color': wallet.color}">
|
||||
<button class="button button-clear" ng-click="close()" translate>
|
||||
Close
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue