MRP Design change

This commit is contained in:
karthikalakshmi 2026-02-26 15:06:15 +05:30
parent b6f3221229
commit 0bc94dad5d
2 changed files with 18 additions and 2 deletions

View File

@ -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

View File

@ -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 {