update home tab proposal styling

This commit is contained in:
Marty Alcala 2016-11-08 16:38:31 -05:00
commit ee3fe85bd9
2 changed files with 10 additions and 1 deletions

View file

@ -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;

View file

@ -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>