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'
|
item?.StockAvailable !== 'Y'
|
||||||
)) && (
|
)) && (
|
||||||
<p
|
<p
|
||||||
className="BSItemCard-itemPrice"
|
className="BSItemCard-itemMRP"
|
||||||
style={{
|
style={{
|
||||||
fontSize:
|
fontSize:
|
||||||
!cardFunction?.SmallImage
|
!cardFunction?.SmallImage
|
||||||
|
|
@ -6913,7 +6913,7 @@ const BSItemCard = (props) => {
|
||||||
item?.StockAvailable !== 'Y'
|
item?.StockAvailable !== 'Y'
|
||||||
)) && (
|
)) && (
|
||||||
<p
|
<p
|
||||||
className="BSItemCard-itemPrice"
|
className="BSItemCard-itemMRP"
|
||||||
style={{
|
style={{
|
||||||
fontSize:
|
fontSize:
|
||||||
!cardFunction?.SmallImage
|
!cardFunction?.SmallImage
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,16 @@
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
width: 105px;
|
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 {
|
.BSItemCard-badge {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -273,6 +283,12 @@
|
||||||
width: 60px !important;
|
width: 60px !important;
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
.BSItemCard-itemMRP {
|
||||||
|
font-size: 7px !important;
|
||||||
|
//nk
|
||||||
|
width: 60px !important;
|
||||||
|
//
|
||||||
|
}
|
||||||
|
|
||||||
//nk
|
//nk
|
||||||
.qtyUomName-itemCard {
|
.qtyUomName-itemCard {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue