Warning colour for insufficient funds.
This commit is contained in:
parent
72a5b3cabd
commit
9781f90f2b
3 changed files with 10 additions and 5 deletions
|
|
@ -12,6 +12,7 @@ function amountController(configService, $filter, $ionicHistory, $ionicModal, $i
|
|||
vm.amountModel = { amount: 0 };
|
||||
vm.availableFunds = '251.00 USD';
|
||||
vm.fromWalletId = '';
|
||||
vm.fundsAreInsufficient = true;
|
||||
vm.globalResult = '';
|
||||
vm.isRequestingSpecificAmount = false;
|
||||
vm.listComplete = false;
|
||||
|
|
|
|||
|
|
@ -377,10 +377,14 @@
|
|||
justify-content: space-between;
|
||||
margin: 0 14px;
|
||||
|
||||
.availableFunds {
|
||||
.available-funds {
|
||||
color: #6F6F70;
|
||||
}
|
||||
|
||||
.warning {
|
||||
color: $v-warning-color-2;
|
||||
}
|
||||
|
||||
.extra,
|
||||
button.extra {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue