Skip to content

Commit

Permalink
fix: align revoke icon correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
CedrikNikita committed Aug 6, 2024
1 parent db78d96 commit 4a215c3
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,8 @@ export default defineComponent({
.icon-wrapper {
margin-bottom: 20px;
.status-icon {
margin: 8px;
&.refuse {
color: $color-warning;
}
.status-icon.refuse {
color: $color-warning;
}
}
Expand Down

0 comments on commit 4a215c3

Please sign in to comment.