Skip to content

Commit e7ec958

Browse files
authored
Merge pull request #182 from vimalprogrammer/react-work
Added hover css effects to the footer buttons
2 parents 9d02432 + 4836a22 commit e7ec958

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/components/SocialShare/Facebook.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const FacebookCard = () => (
1010
size={40}
1111
icon={IconPaths.facebook}
1212
boxStyle="0 0 22 22"
13+
1314
/>
1415
</a>
1516
);

src/components/SocialShare/SocialShare.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
background: #4b4949;
2929
border: solid white 4px;
3030
}
31+
32+
.icon-card:hover{
33+
opacity: 0.3;
34+
}
35+
3136
@media (max-width: 700px) {
3237
.icon-card {
3338
border: none;

0 commit comments

Comments
 (0)