|
|
@ -13,7 +13,7 @@ const ProductStatusCard = ({ items, productPrice, discountPrice }) => { |
|
|
|
console.log(items.alertIcon); |
|
|
|
console.log(items.alertIcon); |
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<section className="bg-white m-10 w-full sm:w-8/12 md:w-5/12 lg:w-3/12 p-5"> |
|
|
|
<section className="bg-white p-4 w-fit"> |
|
|
|
<div className="bg-gray-200 rounded px-4 py-2"> |
|
|
|
<div className="bg-gray-200 rounded px-4 py-2"> |
|
|
|
{items.map((item, index) => ( |
|
|
|
{items.map((item, index) => ( |
|
|
|
<div> |
|
|
|
<div> |
|
|
@ -56,8 +56,8 @@ const ProductStatusCard = ({ items, productPrice, discountPrice }) => { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="w-full flex flex-col items-center"> |
|
|
|
<div className="w-full flex flex-col items-center"> |
|
|
|
<Button |
|
|
|
<Button |
|
|
|
className={`w-6/12 mt-5 mb-2 rounded bg-blue-400 text-white px-2 py-2 text-sm hover:bg-blue-600 hover:bg-opacity-90 transtition ease-linear duration-300`} |
|
|
|
|
|
|
|
text={"افزودن به سبد خرید"} |
|
|
|
text={"افزودن به سبد خرید"} |
|
|
|
|
|
|
|
className="my-4 text-white rounded-sm text-sm p-2 bg-blue-400 hover:bg-blue-600 hover:bg-opacity-90" |
|
|
|
/> |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|