master
mahdi 3 years ago
parent d1ed2599c4
commit e02e826709
  1. 6
      src/components/Advertisement/design3/index.js
  2. 4
      src/components/counterDesign/CounterDesign.js

@ -30,15 +30,15 @@ const AdvertisementDesign3 = ({ features }) => {
</div> </div>
<div <div
style={{ backgroundColor: "#00FFFF22" }} style={{ backgroundColor: "#00FFFF22" }}
className="rounded-full w-20 h-20 sm:w-32 sm:h-32 absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2 z-20" className="rounded-full w-20 h-20 sm:w-32 sm:h-32 absolute left-1/4 top-1/3 transform -translate-x-1/2 -translate-y-1/2 z-20"
></div> ></div>
<div <div
style={{ backgroundColor: "#6E6EEF22" }} style={{ backgroundColor: "#6E6EEF22" }}
className="rounded-full w-44 h-44 absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2" className="rounded-full w-44 h-44 absolute left-1/3 top-1/2 transform -translate-x-1/2 -translate-y-1/2"
></div> ></div>
<div <div
style={{ backgroundColor: "#06BACE22" }} style={{ backgroundColor: "#06BACE22" }}
className="rounded-full w-44 h-44 absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2" className="rounded-full w-44 h-44 absolute left-1/4 top-2/3 transform -translate-x-1/2 -translate-y-1/2"
></div> ></div>
<div className="absolute bottom-5 left-10"> <div className="absolute bottom-5 left-10">
<button className="border-2 border-blue-500 text-blue-500 ml-4 rounded p-2 text-sm"> <button className="border-2 border-blue-500 text-blue-500 ml-4 rounded p-2 text-sm">

@ -36,7 +36,7 @@ const CounterDesign = ({
</div> </div>
{/* counter design */} {/* counter design */}
<div className="flex flex-col items-center justify-center"> <div className="flex flex-col items-center justify-center">
{/* {likeBtn && ( {likeBtn && (
<div className="flex items-center"> <div className="flex items-center">
<img <img
src={blackLikeIcon} src={blackLikeIcon}
@ -51,7 +51,7 @@ const CounterDesign = ({
onClick={() => setCount(count - 1)} onClick={() => setCount(count - 1)}
/> />
</div> </div>
)} */} )}
{counterIncreaseBtn && ( {counterIncreaseBtn && (
<img <img
src={incrementCounterIcon} src={incrementCounterIcon}

Loading…
Cancel
Save