Skip to content

Commit dfda6e7

Browse files
author
Prestarocket
committed
Merge branch 'develop'
2 parents 2777efb + c6c9f4a commit dfda6e7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

_dev/css/components/block-social.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@
2020
background-position: center center;
2121
&.facebook {
2222
background-image: url(../img/facebook.svg);
23-
2423
}
2524
&.twitter {
2625
background-image: url(../img/twitter.svg);
2726
}
28-
&.googleplus {
29-
background-image: url(../img/gplus.svg);
27+
&.linkedin {
28+
background-image: url(../img/linkedin.svg);
3029
}
3130
&.pinterest {
3231
background-image: url(../img/pinterest.svg);
@@ -39,7 +38,6 @@
3938
}
4039
&.vimeo{
4140
background-image: url(../img/vimeo.svg);
42-
4341
}
4442
&.instagram{
4543
background-image: url(../img/instagram.svg);
@@ -153,4 +151,4 @@
153151
//}
154152
//.instagram {
155153
// background-image: url(../img/instagram.svg);
156-
//}
154+
//}

_dev/img/linkedin.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)