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.
65 lines
1.6 KiB
65 lines
1.6 KiB
/* Pinterest */ |
|
.share-button--pinterest { |
|
background-color: hsla(353, 92%, 39%, 1); |
|
} |
|
|
|
.share-button--pinterest:focus { |
|
box-shadow: 0 0 0 3px hsla(353, 86%, 64%, 0.4); |
|
} |
|
|
|
.share-button--pinterest:hover { |
|
background-color: hsla(353, 92%, 39%, 0.9); |
|
} |
|
|
|
.share-button--pinterest .share-button__icon path { |
|
fill: #fff; |
|
} |
|
|
|
.share-button--pinterest.share-button--outline { |
|
background-color: transparent; |
|
border-color: hsla(353, 92%, 39%, 1); |
|
} |
|
|
|
.share-button--pinterest.share-button--outline:hover { |
|
background-color: transparent; |
|
border-color: hsla(353, 92%, 39%, 0.9); |
|
} |
|
|
|
.share-button--pinterest.share-button--outline .share-button__text { |
|
color: hsla(353, 92%, 39%, 1); |
|
} |
|
|
|
.share-button--pinterest.share-button--outline:hover .share-button__text { |
|
color: hsla(353, 92%, 39%, 0.9); |
|
} |
|
|
|
.share-button--pinterest.share-button--outline .share-button__icon path { |
|
fill: hsla(353, 92%, 39%, 1); |
|
} |
|
|
|
.share-button--pinterest.share-button--outline:hover .share-button__icon path { |
|
fill: hsla(353, 92%, 39%, 0.9); |
|
} |
|
|
|
.share-button--pinterest.share-button--outline .share-button__counter { |
|
color: hsla(353, 92%, 39%, 0.9); |
|
border-color: hsla(353, 92%, 39%, 0.9); |
|
} |
|
|
|
.share-button--pinterest.share-button--painted { |
|
background-color: transparent; |
|
border-color: hsla(352, 69%, 29%, 1); |
|
} |
|
|
|
.share-button--pinterest.share-button--painted::before { |
|
background-color: hsla(353, 92%, 39%, 1); |
|
} |
|
|
|
.share-button--pinterest.share-button--painted .share-button__counter { |
|
color: #fff; |
|
border-color: hsla(352, 69%, 29%, 1); |
|
} |
|
|
|
.share-button--pinterest.share-button--painted .share-button__counter::before { |
|
background-color: hsla(353, 92%, 39%, 1); |
|
}
|
|
|