|
|
@ -8,6 +8,7 @@ import profilePic2 from "./images/profilePic2.svg"; |
|
|
|
import profilePic3 from "./images/profilePic3.svg"; |
|
|
|
import profilePic3 from "./images/profilePic3.svg"; |
|
|
|
import clock from "./images/clock.svg"; |
|
|
|
import clock from "./images/clock.svg"; |
|
|
|
import nike from "./images/nike.svg"; |
|
|
|
import nike from "./images/nike.svg"; |
|
|
|
|
|
|
|
import messageText from "./images/message-text.svg"; |
|
|
|
|
|
|
|
|
|
|
|
const CardTrelloDesign = ({ circle, pictures }) => { |
|
|
|
const CardTrelloDesign = ({ circle, pictures }) => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
@ -77,6 +78,10 @@ const CardTrelloDesign = ({ circle, pictures }) => { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{/* left */} |
|
|
|
{/* left */} |
|
|
|
<div className="flex flex-row items-center gap-x-1"> |
|
|
|
<div className="flex flex-row items-center gap-x-1"> |
|
|
|
|
|
|
|
<div className="flex flex-row items-center"> |
|
|
|
|
|
|
|
<span className="text-xs text-[#707070]">10</span> |
|
|
|
|
|
|
|
<img src={messageText} alt="" className="w-5" /> |
|
|
|
|
|
|
|
</div> |
|
|
|
<NewTagDesign |
|
|
|
<NewTagDesign |
|
|
|
title="29 فروردین" |
|
|
|
title="29 فروردین" |
|
|
|
align={"flex-row-reverse"} |
|
|
|
align={"flex-row-reverse"} |
|
|
@ -90,16 +95,19 @@ const CardTrelloDesign = ({ circle, pictures }) => { |
|
|
|
paddingY={"p-2"} |
|
|
|
paddingY={"p-2"} |
|
|
|
paddingX={"p-2"} |
|
|
|
paddingX={"p-2"} |
|
|
|
/> |
|
|
|
/> |
|
|
|
{/* <NewTagDesign |
|
|
|
<NewTagDesign |
|
|
|
title="29 فروردین" |
|
|
|
title="12 از 13" |
|
|
|
align={"flex-row-reverse"} |
|
|
|
align={"flex-row-reverse"} |
|
|
|
titleColor="text-[#007987]" |
|
|
|
titleColor="text-[#FFB300]" |
|
|
|
tagBgColor={"#06BACE"} |
|
|
|
tagBgColor={"bg-[#FFAA0033]"} |
|
|
|
border={"border-none"} |
|
|
|
border={"border-none"} |
|
|
|
iconWidth={"w-4"} |
|
|
|
iconWidth={"w-4"} |
|
|
|
// marginRight
|
|
|
|
marginRight="mr-0" |
|
|
|
|
|
|
|
marginLeft="ml-1" |
|
|
|
icon={nike} |
|
|
|
icon={nike} |
|
|
|
/> */} |
|
|
|
paddingY={"p-2"} |
|
|
|
|
|
|
|
paddingX={"p-2"} |
|
|
|
|
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|