Ghost_Ruby_Theme/assets/css/blog/share.css
2020-09-28 11:05:46 +08:00

46 lines
658 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;
}