margin added between wishlist icon and compare icon

This commit is contained in:
Shubham Mehrotra 2020-04-08 11:31:39 +05:30
parent 16d359a709
commit eda27956a5
1 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,15 @@
@auth('customer')
{!! 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>
</a>