Skip to content

Commit

Permalink
Merge pull request #1372 from ita-social-projects/feature/issue-820
Browse files Browse the repository at this point in the history
Social icons drop-shadow fixed in ContactForm
  • Loading branch information
mythter authored Sep 30, 2024
2 parents 255c25a + 8555892 commit cf8eb9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@mixin hoverStyles {
transform: translate3d(0, 0, 0); //required to make safari use gpu for render filter:drop-shadow
@include vnd.vendored(filter, 'drop-shadow(0 0 10px rgba(255, 0, 0, 0.612))');
@include vnd.vendored(filter, 'drop-shadow(0 0 10px rgba(61, 0, 0, 0.25))');
cursor: pointer;
transform: scale(1.7);
}
Expand Down

0 comments on commit cf8eb9b

Please sign in to comment.