|
|
|
@ -6,11 +6,11 @@ import Modal from "../Modal"; |
|
|
|
|
|
|
|
|
|
const ProcessCard = ({ processes, title, hint, buttons, options }) => { |
|
|
|
|
return ( |
|
|
|
|
<section className="w-fit mx-auto flex flex-row bg-white border border-gray-300 rounded-md mt-5"> |
|
|
|
|
<section className="min-w-[75 0px] w-fit mx-auto flex flex-row bg-white border border-gray-300 rounded-md mt-5"> |
|
|
|
|
{/* right */} |
|
|
|
|
<div className="flex flex-1 flex-col justify-between"> |
|
|
|
|
{/* top */} |
|
|
|
|
<div className="flex items-center p-4 bg-[#EEFCE4] divide-x-2 divide-[#C7C7C7] divide-x-reverse"> |
|
|
|
|
<div className="flex items-center p-4 bg-[#EEFCE4] rounded-r divide-x-2 divide-[#C7C7C7] divide-x-reverse"> |
|
|
|
|
{processes.map((process, index) => ( |
|
|
|
|
<div |
|
|
|
|
className="flex flex-1 items-center justify-center flex-grow" |
|
|
|
|