Ghost_Ruby_Theme/assets/css/blog/share.css

46 lines
620 B
CSS
Raw Normal View History

2019-04-30 18:00:55 +03:00
.share {
align-items: center;
display: flex;
justify-content: center;
line-height: 1;
margin-top: 30px;
}
2020-09-24 05:18:34 +03:00
2019-04-30 18:00:55 +03:00
.share-item {
border-radius: 50%;
color: var(--white-color);
2019-04-30 18:00:55 +03:00
font-size: 16px;
height: 28px;
line-height: 28px;
text-align: center;
width: 28px;
}
2020-09-24 05:18:34 +03:00
.share-item + .share-item {
margin-left: 8px;
}
2020-09-24 05:18:34 +03:00
2019-04-30 18:00:55 +03:00
.share-facebook {
background-color: #3b5998;
}
2020-09-24 05:18:34 +03:00
2019-04-30 18:00:55 +03:00
.share-twitter {
background-color: #1da1f2;
}
2020-09-24 05:18:34 +03:00
2019-04-30 18:00:55 +03:00
.share-pinterest {
background-color: #bd081c;
}
2020-09-24 05:18:34 +03:00
2019-04-30 18:00:55 +03:00
.share-linkedin {
background-color: #0077b5;
}
2020-09-24 05:18:34 +03:00
2019-04-30 18:00:55 +03:00
.share-reddit {
background-color: #ff4500;
}
2020-09-24 05:18:34 +03:00
2019-04-30 18:00:55 +03:00
.share-vk {
background-color: #45668e;
}