payment intents style fixes
This commit is contained in:
parent
94d27b9ee4
commit
af6ee93ae5
6 changed files with 96 additions and 118 deletions
|
|
@ -6,12 +6,12 @@
|
|||
<li
|
||||
ng-repeat="item in wallets track by $index"
|
||||
ng-class="{'selected': item.id == $root.wallet.id}"
|
||||
class="nav-item">
|
||||
class="nav-item" ng-click="switchWallet(item.id)" >
|
||||
<div class="col1">
|
||||
<div class="avatar-wallet">{{(item.name || item.id) | limitTo: 1}}</div>
|
||||
</div>
|
||||
<div class="col2">
|
||||
<a ng-click="switchWallet(item.id)" class="size-12 wallet-item">
|
||||
<a class="size-12 wallet-item">
|
||||
<div class="oh">
|
||||
<div class="right size-10 type-wallet">
|
||||
[ {{item.requiredCopayers}} of {{item.totalCopayers}} ]</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue