added social links block
This commit is contained in:
@@ -511,6 +511,27 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
;}
|
||||
}
|
||||
|
||||
#block-social-media-links-social-media-links{
|
||||
|
||||
ul.social-media-links{margin:0;line-height: 0;}
|
||||
|
||||
li{
|
||||
line-height: 1;
|
||||
&.facebook a{background-image: url("../img/socialicons/svg/Facebook-color.svg");}
|
||||
&.twitter a{background-image: url("../img/socialicons/svg/Twitter-color.svg");}
|
||||
&.linkedin a{background-image: url("../img/socialicons/svg/LinkedIn-color.svg");}
|
||||
&.pinterest a{background-image: url("../img/socialicons/svg/Pinterest-color.svg");}
|
||||
&.vimeo a{background-image: url("../img/socialicons/svg/Vimeo-color.svg");}
|
||||
&.rss a{background-image: url("../img/socialicons/svg/RSS-color.svg");}
|
||||
}
|
||||
a{
|
||||
display:block; width:16px; height:16px;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
img{display:none;}
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
|
Reference in New Issue
Block a user