Itemcard Mrp display

This commit is contained in:
karthikalakshmi 2026-02-25 17:55:44 +05:30
parent 65eb86ffdd
commit 2cf8d10feb
3 changed files with 610 additions and 481 deletions

File diff suppressed because it is too large Load Diff

View File

@ -27,6 +27,8 @@ function dynamicComponentProps(sessionName, data, componentName) {
ImageUp: false,
ImageDown: false,
BigImage: false,
MRP: false,
};
let output = {};

View File

@ -975,6 +975,17 @@
font-size: 1rem;
}
}
.card4MRP {
font-size: 0.80rem;
line-height: 0.80rem;
font-weight: 600;
color: #059669;
-webkit-text-stroke-width: 0.3px;
@media (max-width: 500px) {
font-size: 0.50rem;
}
}
.card4Uom {
background-color: #f3f4f6;