Fix Amazon GiftCard integration: font-size and padding

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-10 15:40:11 -03:00
commit d2bd1a2406
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 11 additions and 9 deletions

View file

@ -52,13 +52,15 @@
<wallets ng-if="wallets[0]" wallets="wallets"></wallets>
<button class="button button-block button-positive"
ng-disabled="!formData.fiat"
type="submit">
Buy now
</button>
<div class="size-10 text-gray text-center">
Purchase Amount is limited to USD 500 per day
<div class="padding">
<button class="button button-block button-positive"
ng-disabled="!formData.fiat"
type="submit">
Buy now
</button>
<div class="size-10 text-gray text-center">
Purchase Amount is limited to USD 500 per day
</div>
</div>
</form>
</div>