Skip to content

Commit

Permalink
front: fix remove Image button style in ProjectImageUploader
Browse files Browse the repository at this point in the history
Signed-off-by: Clara Ni <[email protected]>
  • Loading branch information
clarani committed Jan 2, 2025
1 parent cc3b419 commit 2d1a142
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion front/src/modules/project/styles/_addOrEditProjectModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,21 @@
background-color: var(--coolgray11);
color: var(--coolgray1);
}
&NaNpxove {
&.remove {
width: 44px;
height: 32px;
color: var(--red);

&:hover {
background-color: var(--red);
color: var(--white);
}

span {
display: flex;
justify-content: center;
align-items: center;
}
}
}
}
Expand Down

0 comments on commit 2d1a142

Please sign in to comment.