improvements on the card UI on pending and pre-auth holds and underpaid situations

This commit is contained in:
Gabriel Bazán 2017-05-24 20:20:11 -03:00
commit 221ab9c87a
7 changed files with 160 additions and 56 deletions

View file

@ -1,17 +1,17 @@
<ion-modal-view>
<ion-content ng-controller="bitpayCardConfirmationController">
<div class="text-center">
<h1 class="text-center m20b p20h">Are you sure you would like to log out of your Bitpay Card account?</h1>
<p class="text-gray p20h">You will need to log back for fill in your Bitpay Card.</p>
<h1 class="text-center m20b p20h" translate>Are you sure you would like to log out of your Bitpay Card account?</h1>
<p class="text-gray p20h" translate>You will need to log back for fill in your Bitpay Card.</p>
<div class="row">
<div class="col">
<button class="button button-block button-stable" ng-click="cancel()">
<button class="button button-block button-stable" ng-click="cancel()" translate>
Cancel
</button>
</div>
<div class="col">
<button class="button button-block button-assertive" ng-click="ok()">
<span>Log out</span>
<span translate>Log out</span>
</button>
</div>
</div>