Fix buy button

This commit is contained in:
Gustavo Maximiliano Cortez 2016-07-29 11:06:43 -03:00
parent 92b49ce154
commit 362efff191
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 3 additions and 3 deletions

View File

@ -51,9 +51,9 @@
<div class="p20t" ng-if="giftCards">
<ul class="no-bullet m0 size-14">
<li class="line-b line-t p10 pointer" href ui-sref="buyAmazon">
<i class="fi-shopping-cart size-24 p10 vm dib"></i>
<span class="m10 text-normal text-bold">Buy Gift Card</span>
<span class="right text-gray p15t">
<i class="fi-shopping-cart size-24 m5l vm dib"></i>
<span class="m10l text-normal text-bold">Buy Gift Card</span>
<span class="right text-gray m5t">
<i class="icon-arrow-right3 size-24 right"></i>
</span>
</li>