diff --git a/erpnext/public/scss/shopping_cart.scss b/erpnext/public/scss/shopping_cart.scss index ee6d40bd19..4e948c1faf 100644 --- a/erpnext/public/scss/shopping_cart.scss +++ b/erpnext/public/scss/shopping_cart.scss @@ -66,6 +66,19 @@ body.product-page { } } +.no-image-item { + height: 340px; + width: 340px; + background: var(--gray-100); + border-radius: var(--border-radius); + font-size: 2rem; + color: var(--gray-500); + font-size: 52px; + display: flex; + align-items: center; + justify-content: center; +} + .item-card-group-section { .card { align-items: center; @@ -715,12 +728,14 @@ body.product-page { .btn-explore-variants { box-shadow: none; margin: var(--margin-sm) 0; + width: 90px; max-height: 50px; // to avoid resizing on window resize flex: none; transition: 0.3s ease; color: var(--orange-500); background-color: white; border: 1px solid var(--orange-500); + font-size: 13px; &:hover { color: white; diff --git a/erpnext/templates/generators/item/item_configure.html b/erpnext/templates/generators/item/item_configure.html index b61ac73072..9ff1d79e6d 100644 --- a/erpnext/templates/generators/item/item_configure.html +++ b/erpnext/templates/generators/item/item_configure.html @@ -3,7 +3,7 @@
{% if cart_settings.enable_variants | int %} -