fix font on tx-send

This commit is contained in:
Matias Alejo Garcia 2016-10-10 14:56:14 -03:00
commit 183dde73c4
No known key found for this signature in database
GPG key ID: 02470DB551277AB3

View file

@ -1,5 +1,6 @@
<ion-modal-view id="tx-status" ng-controller="txStatusController"> <ion-modal-view id="tx-status" ng-controller="txStatusController">
<div ng-if="type == 'broadcasted'" class="popup-txsent text-center m30tp"> <div ng-if="type == 'broadcasted'">
<div class="popup-txsent text-center m30tp">
<i class="icon ion-checkmark-round"></i> <i class="icon ion-checkmark-round"></i>
<div ng-show="tx.amountStr" class="m20t size-36"> <div ng-show="tx.amountStr" class="m20t size-36">
{{tx.amountStr}} {{tx.amountStr}}
@ -11,6 +12,7 @@
<div class="text-center m20t" ng-if="entryExist || !fromSendTab || fromPayPro"> <div class="text-center m20t" ng-if="entryExist || !fromSendTab || fromPayPro">
<a class="button button-positive" ng-click="cancel()" translate>OKAY</a> <a class="button button-positive" ng-click="cancel()" translate>OKAY</a>
</div> </div>
</div>
<div class="collect-address" ng-if="!entryExist && fromSendTab && !fromPayPro"> <div class="collect-address" ng-if="!entryExist && fromSendTab && !fromPayPro">
<div class="row"> <div class="row">
<p translate class="col">Would you like to add this address to your address book?</p> <p translate class="col">Would you like to add this address to your address book?</p>