Commit c83db5e9 by lmf

Merge branch 'developer' into production

parents 1314a38f 8535f2b8
......@@ -14,3 +14,4 @@ generated
var
.idea
/.php_cs.cache
/app/design/frontend/Joshine/breeze/Magento_Theme/templates/root.phtml
......@@ -646,15 +646,31 @@ a.sparsh-quick-view-button{
width: 85%;
}
.page-wrapper .product-intro__freeshipping.product-intro__bg-none{
#sparsh-mfp-quickview .page-wrapper .product-intro__freeshipping.product-intro__bg-none{
width: 120%;
}
.page-wrapper .product-info-price .price-box{
#sparsh-mfp-quickview .page-wrapper .product-info-price .price-box{
width: 120%;
}
@media (min-width: 1024px){
#sparsh-mfp-quickview .stage{
min-height: 100%;
min-width: 100%;
}
#sparsh-mfp-quickview .breeze-gallery.vertical:not(.opened) .thumbnails {
height: auto;
}
#sparsh-mfp-quickview .page-wrapper{
min-height: 80vh;
}
}
@media (max-width: 768px) {
.page-wrapper .page-main > .columns {
#sparsh-mfp-quickview .page-wrapper .page-main > .columns {
margin-top: 20px;
}
......@@ -749,4 +765,13 @@ a.sparsh-quick-view-button{
left: 85%;
top:60%;
}
.sparsh-mfp-wrap .breeze-gallery img{
max-width: 60%!important;
}
#sparsh-mfp-quickview .page-wrapper{
min-height: 80vh;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment