Skip to content

Commit

Permalink
fix: remove unused style. use design system vars
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh committed Dec 19, 2024
1 parent cb3b330 commit 8ddea2b
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,6 @@ ul[role='document'] + .flexRow {
}
}

&.warning {
}

&.danger {
#confirm {
background-color: var(--givewp-red-500);
Expand Down Expand Up @@ -479,8 +476,8 @@ $button-blue: rgba(8 120 176);
#cancel,
#confirm {
flex-grow: 1;
border-radius: 4px;
padding: 16px 32px;
border-radius: var(--givewp-rounded-4);
padding: var(--givewp-spacing-4) var(--givewp-spacing-8);
font-size: 1rem;
font-weight: 500;
font-stretch: normal;
Expand Down

0 comments on commit 8ddea2b

Please sign in to comment.