Skip to content

Commit

Permalink
icon related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
girish-lokapure committed Nov 28, 2023
1 parent 86adc2f commit eee62ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/OnboardingSPA/static/icons/social/facebook-white.svg

This file was deleted.

3 changes: 2 additions & 1 deletion src/OnboardingSPA/steps/SiteGen/SocialMedia/stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@

&__button i {
margin-right: 8px;
background-image: var(--facebook-white-icon);
background-image: var(--facebook-icon);
width: 25px;
height: 25px;
filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(215deg) brightness(104%) contrast(102%);
}
}
}
Expand Down
1 change: 0 additions & 1 deletion src/OnboardingSPA/styles/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ body {
--chevron-down-icon: url(../static/icons/chevron-down.svg);
--default-logo-icon: url(../static/icons/default-logo.svg);
--facebook-icon: url(../static/icons/social/facebook.svg);
--facebook-white-icon: url(../static/icons/social/facebook-white.svg);
--twitter-icon: url(../static/icons/social/twitter.svg);
--instagram-icon: url(../static/icons/social/instagram.svg);
--linkedin-icon: url(../static/icons/social/linkedin.svg);
Expand Down

0 comments on commit eee62ff

Please sign in to comment.