compare minor updates
This commit is contained in:
parent
0ca4eb66f1
commit
b56dc467f9
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"/js/velocity.js": "/js/velocity.js?id=ea0f113122857a688255",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=612d35e452446366eef7",
|
||||
"/css/velocity.css": "/css/velocity.css?id=91a204eb374221bbbfd8"
|
||||
"/css/velocity.css": "/css/velocity.css?id=01b995ccf539cbf38183"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -159,26 +159,38 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.cart-wish-wrap {
|
||||
.add-to-cart-btn {
|
||||
padding: 0;
|
||||
display: table;
|
||||
.add-to-cart-btn {
|
||||
padding: 0;
|
||||
display: table;
|
||||
|
||||
.btn-add-to-cart {
|
||||
.small-padding {
|
||||
&.btn-add-to-cart {
|
||||
padding: 3px 14px !important;
|
||||
}
|
||||
.btn-add-to-cart {
|
||||
.small-padding {
|
||||
&.btn-add-to-cart {
|
||||
padding: 3px 14px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wishlist-icon {
|
||||
padding: 0;
|
||||
max-width: 25px;
|
||||
~ a {
|
||||
position: relative;
|
||||
|
||||
&.compare-icon {
|
||||
right: 0;
|
||||
|
||||
}
|
||||
|
||||
&.wishlist-icon {
|
||||
padding: 0;
|
||||
left: 10px;
|
||||
max-width: 25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#quick-view-btn-container {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -485,6 +497,10 @@
|
|||
padding: 0px;
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
|
||||
.vc-small-product-image {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.right {
|
||||
|
|
@ -868,4 +884,18 @@
|
|||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.compare-products {
|
||||
padding: 0 !important;
|
||||
|
||||
.col,
|
||||
.col-2 {
|
||||
max-width: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.compare-icon,
|
||||
.wishlist-icon {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
|
@ -182,7 +182,7 @@
|
|||
</ul>
|
||||
|
||||
<ul type="none" class="category-wrapper">
|
||||
<li v-for="(category, index) in JSON.parse(categories)">
|
||||
<li v-for="(category, index) in JSON.parse(rootCategories)">
|
||||
<a
|
||||
class="unset"
|
||||
:href="`${$root.baseUrl}/${category.slug}`">
|
||||
|
|
|
|||
|
|
@ -59,7 +59,8 @@
|
|||
{!! view_render_event('bagisto.shop.home.content.before') !!}
|
||||
|
||||
@if ($velocityMetaData)
|
||||
{!! DbView::make($velocityMetaData)->field('home_page_content')->render() !!}
|
||||
{{-- {!! DbView::make($velocityMetaData)->field('home_page_content')->render() !!} --}}
|
||||
@include('shop::home.category', ['category' => 'women'])
|
||||
@else
|
||||
@include('shop::home.advertisements.advertisement-four')
|
||||
@include('shop::home.featured-products')
|
||||
|
|
|
|||
Loading…
Reference in New Issue