Merge pull request #3798 from vishal-webkul/quick-view

Add  effect on open quick product view
This commit is contained in:
Jitendra Singh 2020-09-04 12:05:22 +05:30 committed by GitHub
commit abd057d4d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -95,6 +95,7 @@
},
mounted: function () {
$('.cd-quick-view').fadeIn(500);
$('.compare-icon').click(this.closeQuickView);
$('.wishlist-icon').click(this.closeQuickView);
$('.add-to-cart-btn').click(() => setTimeout(this.closeQuickView, 0));

View File

@ -594,7 +594,7 @@ body::after {
width: 700px;
z-index: 101;
padding: 40px;
display: block;
display: none;
position: absolute;
margin-bottom: 50px;
left: calc(50% - 350px);