Skip to content

Commit

Permalink
Tweak svg icon size: make it slightly smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
orestbida committed May 29, 2023
1 parent 4d7a170 commit b6b5d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/core/components/_consent-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ $footer-links-gap: 1.3em;

svg {
stroke: var(--cc-btn-primary-color);
transform: scale(.6);
transform: scale(.5);
transition: stroke .15s ease;
}

Expand Down

0 comments on commit b6b5d64

Please sign in to comment.