feat: Offer Display

- Added offers section in website item
- Added more roles to website item
- Fixed attachment limit issue in website item
- Created Website Offer child doctype
- Added offers listing in Item full page view
- style fixes
This commit is contained in:
marination
2021-05-08 12:10:27 +05:30
parent c69de2d7a8
commit 0a703740bb
10 changed files with 192 additions and 6 deletions

View File

@@ -771,3 +771,11 @@ body.product-page {
margin-top: 6px;
}
}
.offer-container {
border: 1px solid var(--gray-300);
border-style: dashed;
border-radius: 4px;
padding: 6px;
font-size: 14px;
}