mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
fix: Mixin import issue, search error handling, shop-by-category slideshow
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user