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.
44 lines
1.0 KiB
44 lines
1.0 KiB
/* Livejournal */ |
|
.share-button--livejournal { |
|
background-color: hsla(195, 100%, 46%, 1); |
|
} |
|
|
|
.share-button--livejournal:focus { |
|
box-shadow: 0 0 0 3px hsla(195, 94%, 71%, 0.4); |
|
} |
|
|
|
.share-button--livejournal:hover { |
|
background-color: hsla(195, 100%, 46%, 0.9); |
|
} |
|
|
|
.share-button--livejournal .share-button__icon path { |
|
fill: #fff; |
|
} |
|
|
|
.share-button--livejournal.share-button--outline { |
|
background-color: transparent; |
|
border-color: hsl(195, 100%, 46%, 1); |
|
} |
|
|
|
.share-button--livejournal.share-button--outline:hover { |
|
background-color: transparent; |
|
border-color: hsla(195, 100%, 46%, 0.9); |
|
} |
|
|
|
.share-button--livejournal.share-button--outline .share-button__text { |
|
color: hsla(195, 100%, 46%, 1); |
|
} |
|
|
|
.share-button--livejournal.share-button--outline:hover .share-button__text { |
|
color: hsla(195, 100%, 46%, 0.9); |
|
} |
|
|
|
.share-button--livejournal.share-button--outline .share-button__icon path { |
|
fill: hsla(195, 100%, 46%, 1); |
|
} |
|
|
|
.share-button--livejournal.share-button--outline:hover |
|
.share-button__icon |
|
path { |
|
fill: hsla(195, 100%, 46%, 0.9); |
|
}
|
|
|