Reviewed-on: Pozomind/pozo-retail-app#179
This commit is contained in:
commit
5bd84fe7d4
File diff suppressed because it is too large
Load Diff
|
|
@ -27,6 +27,8 @@ function dynamicComponentProps(sessionName, data, componentName) {
|
|||
ImageUp: false,
|
||||
ImageDown: false,
|
||||
BigImage: false,
|
||||
MRP: false,
|
||||
|
||||
};
|
||||
let output = {};
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue