Skip to content

Commit

Permalink
Merge branch 'feature/SWED-2276-icon_library_atlas' into feature/SWED…
Browse files Browse the repository at this point in the history
…-2379-migrate_components_snippets_icons
  • Loading branch information
goldenraphti committed Jan 15, 2024
2 parents 37ea45f + 147f30f commit be049bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/less/core/iconography.less
Original file line number Diff line number Diff line change
Expand Up @@ -642,12 +642,12 @@ i[class*=" swepay-icon-"] {

&.swepay-icon-chevron-left {
mask: url("../../icons/shapes/chevron_down.svg");
transform: rotate(270deg);
transform: rotate(90deg);
}

&.swepay-icon-chevron-right {
mask: url("../../icons/shapes/chevron_down.svg");
transform: rotate(90deg);
transform: rotate(-90deg);
}

&.swepay-icon-close {
Expand Down

0 comments on commit be049bc

Please sign in to comment.