Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend-MECRED
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MECRED
Frontend-MECRED
Commits
5d355130
Commit
5d355130
authored
4 weeks ago
by
Guilherme Eduardo
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#361
: HOTFIX remove-resource-confirm button
parent
230a5f0c
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#42807
failed
3 weeks ago
Stage: build
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/recurso/[id]/components/complaintsModal.js
+3
-3
3 additions, 3 deletions
src/app/recurso/[id]/components/complaintsModal.js
with
3 additions
and
3 deletions
src/app/recurso/[id]/components/complaintsModal.js
+
3
−
3
View file @
5d355130
...
...
@@ -121,7 +121,7 @@ export default function ComplaintModal({ open, onClose, name, id, setSubmitted }
},
}}
>
<
div
className
=
"
w-[
4
0%] bg-ice-HC-dark p-5 rounded-lg
"
>
<
div
className
=
"
w-[
6
0%] 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
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment