mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
fix: Discount Filters and Web templates
- Fixed discount filters (didn’t work after js render change) - Fix Item Card Group template height and style - Add placeholder to missing images in Product Category Cards template - Code cleanup
This commit is contained in:
@@ -782,3 +782,16 @@ body.product-page {
|
||||
#toggle-view {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.placeholder-div {
|
||||
height:80%;
|
||||
width: -webkit-fill-available;
|
||||
padding: 50px;
|
||||
text-align: center;
|
||||
background-color: #F9FAFA;
|
||||
border-top-left-radius: calc(0.75rem - 1px);
|
||||
border-top-right-radius: calc(0.75rem - 1px);
|
||||
}
|
||||
.placeholder {
|
||||
font-size: 72px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user