mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
fix: Missing Image in Item Page and Variants in Cart
- Added fallback for missing image in item page - Explore button font - Incorrectly fetching route from Item master, use Website Item instead
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user