Skip to content

Commit

Permalink
pfe-1825 Changed check circle svg for success alert
Browse files Browse the repository at this point in the history
  • Loading branch information
PriJoh committed Nov 14, 2024
1 parent 935caf2 commit f9a3555
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/icons/payex/check_circle_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/less/components/payex/alert.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
@import "../alert.less";

.alert {
&.alert-success,
&.alert-success {
i[class^="swepay-icon-"].swepay-icon-check-circle-filled, i[class*=" swepay-icon-"].swepay-icon-check-circle-filled {
background-image: url(../../../icons/payex/check_circle_24px.svg);
}
}
&.alert-warning,
&.alert-danger,
&.alert-informative {
Expand Down

0 comments on commit f9a3555

Please sign in to comment.