update home tab proposal styling
This commit is contained in:
parent
93d16b7067
commit
ee3fe85bd9
2 changed files with 10 additions and 1 deletions
|
|
@ -52,6 +52,15 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.wallet-details__item.item {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
|
||||
.wallet-details__tx-icon {
|
||||
background: #fff;
|
||||
border-radius: 50px;
|
||||
}
|
||||
}
|
||||
.next-step.item {
|
||||
padding-top: 27px;
|
||||
padding-bottom: 27px;
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
</a> -->
|
||||
|
||||
<div ng-repeat="tx in txps" ng-click="openTxpModal(tx)">
|
||||
<div class="wallet-details__item" ng-include="'views/includes/txp.html'"></div>
|
||||
<a class="wallet-details__item item item-sub" ng-include="'views/includes/txp.html'"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue