mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-30 04:48:33 +02:00
46 lines
620 B
CSS
46 lines
620 B
CSS
.share {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
line-height: 1;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.share-item {
|
|
border-radius: 50%;
|
|
color: var(--white-color);
|
|
font-size: 16px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
text-align: center;
|
|
width: 28px;
|
|
}
|
|
|
|
.share-item + .share-item {
|
|
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-vk {
|
|
background-color: #45668e;
|
|
}
|