fix: Mixin import issue, search error handling, shop-by-category slideshow

This commit is contained in:
marination
2021-06-08 14:47:11 +05:30
parent 0c73f688e9
commit 24ba06c37b
3 changed files with 14 additions and 12 deletions

View File

@@ -486,7 +486,7 @@ body.product-page {
font-weight: 500;
display: none;
@include media-breakpoint-between(xs, md) {
@media (max-width: 992px) {
display: unset !important;
}
}
@@ -510,14 +510,14 @@ body.product-page {
}
.column-sm-view {
@include media-breakpoint-between(xs, md) {
@media (max-width: 992px) {
display: none !important;
}
}
.item-column {
width: 50%;
@include media-breakpoint-between(xs, md) {
@media (max-width: 992px) {
width: 70%;
}
}
@@ -539,7 +539,7 @@ body.product-page {
.totals {
padding-right: 4rem;
@include media-breakpoint-between(xs, md) {
@media (max-width: 992px) {
padding-right: 1rem;
}
}