Merge pull request 'MRP Design change' (#190) from Uomdisplayinprint into main
Reviewed-on: Pozomind/pozo-retail-app#190
This commit is contained in:
commit
deec2dbdc1
|
|
@ -6466,7 +6466,7 @@ const BSItemCard = (props) => {
|
|||
item?.StockAvailable !== 'Y'
|
||||
)) && (
|
||||
<p
|
||||
className="BSItemCard-itemPrice"
|
||||
className="BSItemCard-itemMRP"
|
||||
style={{
|
||||
fontSize:
|
||||
!cardFunction?.SmallImage
|
||||
|
|
@ -6913,7 +6913,7 @@ const BSItemCard = (props) => {
|
|||
item?.StockAvailable !== 'Y'
|
||||
)) && (
|
||||
<p
|
||||
className="BSItemCard-itemPrice"
|
||||
className="BSItemCard-itemMRP"
|
||||
style={{
|
||||
fontSize:
|
||||
!cardFunction?.SmallImage
|
||||
|
|
|
|||
|
|
@ -111,6 +111,16 @@
|
|||
text-overflow: ellipsis;
|
||||
width: 105px;
|
||||
}
|
||||
.BSItemCard-itemMRP {
|
||||
color: #52c41a;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
font-family: "Gilroy";
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 105px;
|
||||
}
|
||||
|
||||
.BSItemCard-badge {
|
||||
position: absolute;
|
||||
|
|
@ -273,6 +283,12 @@
|
|||
width: 60px !important;
|
||||
//
|
||||
}
|
||||
.BSItemCard-itemMRP {
|
||||
font-size: 7px !important;
|
||||
//nk
|
||||
width: 60px !important;
|
||||
//
|
||||
}
|
||||
|
||||
//nk
|
||||
.qtyUomName-itemCard {
|
||||
|
|
|
|||
Loading…
Reference in New Issue