first load
This commit is contained in:
29
styles/_share.scss
Normal file
29
styles/_share.scss
Normal file
@@ -0,0 +1,29 @@
|
||||
/***** Social share links *****/
|
||||
|
||||
.share {
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.share li, .share a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.share li {
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
.share a {
|
||||
color: $secondary-text-color;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
color: $brand_color;
|
||||
}
|
||||
|
||||
& svg {
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user