Added share buttons

This commit is contained in:
Marcus Noble
2017-10-15 17:31:16 +01:00
parent 296d24a8a2
commit bd38076041
3 changed files with 46 additions and 1 deletions

View File

@@ -159,3 +159,25 @@ footer {
height: 40px;
}
}
.share {
background: transparent;
border: none;
display: none;
cursor: pointer;
&.show {
display: initial;
}
&:hover, &:active {
fill: $link-color;
color: $link-color;
}
svg {
height: 20px;
vertical-align: bottom;
}
}