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.
43 lines
995 B
43 lines
995 B
6 years ago
|
/* 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);
|
||
|
}
|