Merge pull request #3798 from vishal-webkul/quick-view
Add effect on open quick product view
This commit is contained in:
commit
abd057d4d0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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));
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue