Skip to content

Commit

Permalink
no need for vendor specific CSS rules
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Mar 30, 2024
1 parent cb2689d commit 54f6d58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/SocialSharing.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ ul.horizontal {
margin: 0;
padding: 0;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

ul.horizontal li {
Expand All @@ -26,14 +24,12 @@ ul.vertical li {
}

li:hover .fa-icon {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}

.fa-icon {
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
transition: transform 0.2s ease-in-out;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
}

.icon-container {
Expand All @@ -48,5 +44,4 @@ li:hover .fa-icon {
text-align: center;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

0 comments on commit 54f6d58

Please sign in to comment.