Merge pull request #7 from cmgustavo/ref/design-05

Fix bitpayCard and buyAmazon
This commit is contained in:
Matias Alejo Garcia 2016-08-29 19:16:52 -03:00 committed by GitHub
commit 2110b150df
3 changed files with 8 additions and 57 deletions

View file

@ -13,7 +13,7 @@
</div>
<div ng-if="type == 'created'" class="popup-txsigned m30tp">
<div ng-if="type == 'created'" class="popup-txsigned text-center m30tp">
<i class="icon ion-checkmark-round"></i>
<div class="text-center size-18 tu text-bold m20t">
<span translate>Payment Proposal Created</span>
@ -25,7 +25,7 @@
<div ng-if="type == 'accepted'" class="popup-txsigned m30tp">
<div ng-if="type == 'accepted'" class="popup-txsigned text-center m30tp">
<i class="icon ion-checkmark-round"></i>
<div class="text-center size-18 tu text-bold m20t">
<span translate>Payment Accepted</span>
@ -35,7 +35,7 @@
</div>
</div>
<div ng-if="type=='rejected'" class="popup-txrejected m30tp">
<div ng-if="type=='rejected'" class="popup-txrejected text-center m30tp">
<i class="icon ion-close-round"></i>
<div class="text-center size-18 tu text-bold m20t">
<span translate>Payment Rejected</span>