Skip to content

Commit

Permalink
Merge pull request #153 from dosbiner/master
Browse files Browse the repository at this point in the history
add linkedin to compatible with new ps_socialfollow module
  • Loading branch information
prestarocket authored May 1, 2020
2 parents ca1b410 + 0305851 commit 05ca7b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions _dev/css/components/block-social.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@
background-position: center center;
&.facebook {
background-image: url(../img/facebook.svg);

}
&.twitter {
background-image: url(../img/twitter.svg);
}
&.googleplus {
background-image: url(../img/gplus.svg);
&.linkedin {
background-image: url(../img/linkedin.svg);
}
&.pinterest {
background-image: url(../img/pinterest.svg);
Expand All @@ -39,7 +38,6 @@
}
&.vimeo{
background-image: url(../img/vimeo.svg);

}
&.instagram{
background-image: url(../img/instagram.svg);
Expand Down Expand Up @@ -153,4 +151,4 @@
//}
//.instagram {
// background-image: url(../img/instagram.svg);
//}
//}
1 change: 1 addition & 0 deletions _dev/img/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05ca7b5

Please sign in to comment.