Skip to content
Snippets Groups Projects
Commit 5d355130 authored by Guilherme Eduardo's avatar Guilherme Eduardo
Browse files

Issue #361: HOTFIX remove-resource-confirm button

parent 230a5f0c
Branches
No related tags found
No related merge requests found
Pipeline #42807 failed
......@@ -121,7 +121,7 @@ export default function ComplaintModal({ open, onClose, name, id, setSubmitted }
},
}}
>
<div className="w-[40%] bg-ice-HC-dark p-5 rounded-lg">
<div className="w-[60%] bg-ice-HC-dark p-5 rounded-lg">
<div className="flex flex-col bg-ice-HC-dark p-5 rounded-lg">
<div className="flex justify-between items-center text-darkGray-HC-white-underline font-bold text-2xl pb-4">
Recurso a ser votado
......@@ -136,7 +136,7 @@ export default function ComplaintModal({ open, onClose, name, id, setSubmitted }
Você está votando para que o recurso seja removido para a MEC RED. Você confirma essa avaliação?
</p>
)}
<div className="flex flex-row justify-end pt-5">
<div className="flex flex-row max-sm:flex-col max-md:justify-center justify-end pt-5">
<button
onClick={onClose}
className="bg-ice-HC-dark px-3 py-2 mr-1 rounded-lg text-darkGray-HC-white-underline hover:bg-ice-HC-dark-hover"
......@@ -145,7 +145,7 @@ export default function ComplaintModal({ open, onClose, name, id, setSubmitted }
</button>
<button
onClick={() => { sendComplaint(id, pro, cons); onClose() }}
className="bg-turquoise px-3 py-2 ml-1 rounded-lg text-white-HC-dark-underline font-semibold hover:bg-turquoise-hover"
className="bg-turquoise-HC-white px-3 py-2 ml-1 rounded-lg text-white-HC-dark-underline font-semibold outline outline-1 outline-ice-HC-white"
>
Confirmar
</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment