You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.6 KiB

/* Tumblr */
.share-button--tumblr {
background-color: hsla(215, 27%, 29%, 1);
}
.share-button--tumblr:focus {
box-shadow: 0 0 0 3px hsla(215, 21%, 54%, 0.4);
}
.share-button--tumblr:hover {
background-color: hsla(215, 27%, 29%, 0.9);
}
.share-button--tumblr .share-button__icon path {
fill: #fff;
}
.share-button--tumblr.share-button--outline {
background-color: transparent;
border-color: hsla(215, 27%, 29%, 1);
}
.share-button--tumblr.share-button--outline:hover {
background-color: transparent;
border-color: hsla(215, 27%, 29%, 0.9);
}
.share-button--tumblr.share-button--outline .share-button__text {
color: hsla(215, 27%, 29%, 1);
}
.share-button--tumblr.share-button--outline:hover .share-button__text {
color: hsla(215, 27%, 29%, 0.9);
}
.share-button--tumblr.share-button--outline .share-button__icon path {
fill: hsla(215, 27%, 29%, 1);
}
.share-button--tumblr.share-button--outline:hover .share-button__icon path {
fill: hsla(215, 27%, 29%, 0.9);
}
.share-button--tumblr.share-button--outline .share-button__counter {
color: hsla(215, 27%, 29%, 0.9);
border-color: hsla(215, 27%, 29%, 0.9);
}
.share-button--tumblr.share-button--painted {
background-color: transparent;
border-color: hsla(214, 4%, 19%, 1);
}
.share-button--tumblr.share-button--painted::before {
background-color: hsla(215, 27%, 29%, 1);
}
.share-button--tumblr.share-button--painted .share-button__counter {
color: #fff;
border-color: hsla(214, 4%, 19%, 1);
}
.share-button--tumblr.share-button--painted .share-button__counter::before {
background-color: hsla(215, 27%, 29%, 1);
}