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.
51 lines
1.2 KiB
51 lines
1.2 KiB
/* Renren */ |
|
.share-button--renren { |
|
background-color: hsla(207, 71%, 45%, 1); |
|
} |
|
|
|
.share-button--renren:focus { |
|
box-shadow: 0 0 0 3px hsla(207, 65%, 50%, 0.4); |
|
} |
|
|
|
.share-button--renren:hover { |
|
background-color: hsla(207, 71%, 45%, 0.9); |
|
} |
|
|
|
.share-button--renren .share-button__icon path { |
|
fill: #fff; |
|
} |
|
|
|
.share-button--renren.share-button--outline { |
|
background-color: transparent; |
|
border-color: hsl(207, 71%, 45%, 1); |
|
} |
|
|
|
.share-button--renren.share-button--outline:hover { |
|
background-color: transparent; |
|
border-color: hsla(207, 71%, 45%, 0.9); |
|
} |
|
|
|
.share-button--renren.share-button--outline .share-button__text { |
|
color: hsla(207, 71%, 45%, 1); |
|
} |
|
|
|
.share-button--renren.share-button--outline:hover .share-button__text { |
|
color: hsla(207, 71%, 45%, 0.9); |
|
} |
|
|
|
.share-button--renren.share-button--outline .share-button__icon path { |
|
fill: hsla(207, 71%, 45%, 1); |
|
} |
|
|
|
.share-button--renren.share-button--outline:hover .share-button__icon path { |
|
fill: hsla(207, 71%, 45%, 0.9); |
|
} |
|
|
|
.share-button--renren.share-button--painted { |
|
background-color: transparent; |
|
border-color: hsla(206, 48%, 35%, 1); |
|
} |
|
|
|
.share-button--renren.share-button--painted::before { |
|
background-color: hsla(207, 71%, 45%, 1); |
|
}
|
|
|