Added share it
This commit is contained in:
parent
28d8f695c1
commit
cd80d72e32
9 changed files with 219 additions and 7 deletions
19
imports/ui/components/ShareIt/ShareIt.scss
Normal file
19
imports/ui/components/ShareIt/ShareIt.scss
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue