[Fixed: Issue #2402 has been resolved.]

This commit is contained in:
Vivek Sharma 2020-02-08 17:38:33 +05:30
parent e78e61d989
commit b95636e2ec
1 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,14 @@
@inject ('toolbarHelper', 'Webkul\Product\Helpers\Toolbar')
{{-- @include('shop::UI.product-quick-view') --}}
@push('css')
<style type="text/css">
.list-card .wishlist-icon i {
padding-left: 10px;
}
</style>
@endpush
@php
if (isset($checkmode) && $checkmode && $toolbarHelper->getCurrentMode() == "list") {
$list = true;