margin added between wishlist icon and compare icon
This commit is contained in:
parent
16d359a709
commit
eda27956a5
|
|
@ -3,7 +3,15 @@
|
||||||
@auth('customer')
|
@auth('customer')
|
||||||
{!! view_render_event('bagisto.shop.products.wishlist.before') !!}
|
{!! view_render_event('bagisto.shop.products.wishlist.before') !!}
|
||||||
|
|
||||||
<a @if ($wishListHelper->getWishlistProduct($product)) class="add-to-wishlist already" @else class="add-to-wishlist" @endif href="{{ route('customer.wishlist.add', $product->product_id) }}" id="wishlist-changer">
|
<a
|
||||||
|
@if ($wishListHelper->getWishlistProduct($product))
|
||||||
|
class="add-to-wishlist already"
|
||||||
|
@else
|
||||||
|
class="add-to-wishlist"
|
||||||
|
@endif
|
||||||
|
id="wishlist-changer"
|
||||||
|
style="margin-right: 15px;"
|
||||||
|
href="{{ route('customer.wishlist.add', $product->product_id) }}">
|
||||||
<span class="icon wishlist-icon"></span>
|
<span class="icon wishlist-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue