forked from yevi.org/Ghost_Ruby_Theme
57 lines
745 B
Plaintext
57 lines
745 B
Plaintext
.share {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
line-height: 1;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.share-item {
|
|
border-radius: 50%;
|
|
color: @white-color;
|
|
font-size: 16px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
text-align: center;
|
|
width: 28px;
|
|
|
|
& + & {
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
|
|
.share-facebook {
|
|
background-color: #3b5998;
|
|
}
|
|
|
|
.share-twitter {
|
|
background-color: #1da1f2;
|
|
}
|
|
|
|
.share-pinterest {
|
|
background-color: #bd081c;
|
|
}
|
|
|
|
.share-linkedin {
|
|
background-color: #0077b5;
|
|
}
|
|
|
|
.share-reddit {
|
|
background-color: #ff4500;
|
|
}
|
|
|
|
.share-tumblr {
|
|
background-color: #35465c;
|
|
}
|
|
|
|
.share-vk {
|
|
background-color: #45668e;
|
|
}
|
|
|
|
.share-pocket {
|
|
background-color: #ef4056;
|
|
}
|
|
|
|
.share-telegram {
|
|
background-color: #0088cc;
|
|
} |