65 lines
1.6 KiB
CSS
65 lines
1.6 KiB
CSS
/*===== Social Share =====*/
|
|
|
|
.post-share.style-04:hover .share-media .share-list {
|
|
transform: translate(0, 0);
|
|
}
|
|
.post-share.style-04 .share-media .share-list {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
transform: translate(0, 0);
|
|
box-shadow: none;
|
|
background: none;
|
|
position: relative;
|
|
right: 0;
|
|
}
|
|
.post-share.style-04 .share-list a {
|
|
font-size: 18px;
|
|
display: inline-flex;
|
|
line-height: 1;
|
|
height: 35px;
|
|
width: 35px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 50%;
|
|
font-size: 15px;
|
|
color: #fff;
|
|
background-color: var(--upstudy-primary-color);
|
|
border: 2px solid var(--upstudy-primary-color);
|
|
}
|
|
.post-share.style-04 .share-list a:not(:last-child) {
|
|
margin-right: 10px;
|
|
}
|
|
.post-share.style-04 .share-list a.facebook {
|
|
background-color: #3452cf;
|
|
border-color: #3452cf;
|
|
}
|
|
.post-share.style-04 .share-list a.facebook:hover i {
|
|
color: #3452cf;
|
|
}
|
|
.post-share.style-04 .share-list a.twitter {
|
|
background-color: #000;
|
|
border-color: #000;
|
|
}
|
|
.post-share.style-04 .share-list a.twitter:hover i {
|
|
color: #000;
|
|
}
|
|
.post-share.style-04 .share-list a.tumblr {
|
|
background-color: #34465D;
|
|
border-color: #34465D;
|
|
}
|
|
.post-share.style-04 .share-list a.tumblr:hover i {
|
|
color: #34465D;
|
|
}
|
|
.post-share.style-04 .share-list a.linkedin {
|
|
background-color: #0077B5;
|
|
border-color: #0077B5;
|
|
}
|
|
.post-share.style-04 .share-list a.linkedin:hover i {
|
|
color: #0077B5;
|
|
}
|
|
.post-share.style-04 .share-list a:hover {
|
|
background-color: transparent;
|
|
}
|
|
.post-share.style-04 .share-list a:hover i {
|
|
color: #0077B5;
|
|
} |