Added share it

This commit is contained in:
vjrj 2018-02-12 12:18:50 +01:00
parent 28d8f695c1
commit cd80d72e32
9 changed files with 219 additions and 7 deletions

View file

@ -0,0 +1,19 @@
.share_it {
vertical-align: top;
display: inline-block;
margin-right: 10px;
text-align: center;
}
.share_it__share-count {
margin-top: 3px;
font-size: 12px;
}
.share_it__share-button {
cursor: pointer;
}
.share_it__share-button:hover:not(:active) {
opacity: 0.75;
}