Rename an scope variables for SVG and color
parent
9792194ac6
commit
fb9359820f
|
@ -2,8 +2,6 @@
|
||||||
--shareon-size: 20px;
|
--shareon-size: 20px;
|
||||||
--shareon-padding: 8px;
|
--shareon-padding: 8px;
|
||||||
--shareon-radius: 4px;
|
--shareon-radius: 4px;
|
||||||
--shareon-svg: none;
|
|
||||||
--shareon-background: #333;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon {
|
.shareon {
|
||||||
|
@ -13,6 +11,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > * {
|
.shareon > * {
|
||||||
|
--svg: unset;
|
||||||
|
--color: #333;
|
||||||
|
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
height: var(--shareon-size);
|
height: var(--shareon-size);
|
||||||
min-width: var(--shareon-size);
|
min-width: var(--shareon-size);
|
||||||
|
@ -26,7 +27,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: var(--shareon-radius);
|
border-radius: var(--shareon-radius);
|
||||||
color: white;
|
color: white;
|
||||||
background-color: var(--shareon-background);
|
background-color: var(--color);
|
||||||
|
|
||||||
font-size: calc(var(--shareon-size) * 0.8);
|
font-size: calc(var(--shareon-size) * 0.8);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -45,92 +46,91 @@
|
||||||
width: var(--shareon-size);
|
width: var(--shareon-size);
|
||||||
|
|
||||||
background-color: currentColor;
|
background-color: currentColor;
|
||||||
mask: no-repeat center / 100%;
|
mask: var(--svg) no-repeat center / 100%;
|
||||||
mask-image: var(--shareon-svg);
|
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .copy-url {
|
.shareon > .copy-url {
|
||||||
--shareon-svg: url("icons/copy-url.svg");
|
--svg: url("icons/copy-url.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .copy-url.done {
|
.shareon > .copy-url.done {
|
||||||
--shareon-svg: url("icons/copy-url-done.svg");
|
--svg: url("icons/copy-url-done.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .facebook {
|
.shareon > .facebook {
|
||||||
--shareon-svg: url("icons/facebook.svg");
|
--svg: url("icons/facebook.svg");
|
||||||
--shareon-background: #1877f2;
|
--color: #1877f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .linkedin {
|
.shareon > .linkedin {
|
||||||
--shareon-svg: url("icons/linkedin-in.svg");
|
--svg: url("icons/linkedin-in.svg");
|
||||||
--shareon-background: #0a66c2;
|
--color: #0a66c2;
|
||||||
}
|
}
|
||||||
.shareon > .linkedin:not(:empty) {
|
.shareon > .linkedin:not(:empty) {
|
||||||
--shareon-svg: url("icons/linkedin.svg");
|
--svg: url("icons/linkedin.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .mastodon {
|
.shareon > .mastodon {
|
||||||
--shareon-svg: url("icons/mastodon.svg");
|
--svg: url("icons/mastodon.svg");
|
||||||
--shareon-background: #6364ff;
|
--color: #6364ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .messenger {
|
.shareon > .messenger {
|
||||||
--shareon-svg: url("icons/messenger.svg");
|
--svg: url("icons/messenger.svg");
|
||||||
--shareon-background: #00b2ff;
|
--color: #00b2ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .odnoklassniki {
|
.shareon > .odnoklassniki {
|
||||||
--shareon-svg: url("icons/odnoklassniki.svg");
|
--svg: url("icons/odnoklassniki.svg");
|
||||||
--shareon-background: #ee8208;
|
--color: #ee8208;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .pinterest {
|
.shareon > .pinterest {
|
||||||
--shareon-svg: url("icons/pinterest.svg");
|
--svg: url("icons/pinterest.svg");
|
||||||
--shareon-background: #bd081c;
|
--color: #bd081c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .pocket {
|
.shareon > .pocket {
|
||||||
--shareon-svg: url("icons/pocket.svg");
|
--svg: url("icons/pocket.svg");
|
||||||
--shareon-background: #ef3f56;
|
--color: #ef3f56;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .reddit {
|
.shareon > .reddit {
|
||||||
--shareon-svg: url("icons/reddit.svg");
|
--svg: url("icons/reddit.svg");
|
||||||
--shareon-background: #ff4500;
|
--color: #ff4500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .telegram {
|
.shareon > .telegram {
|
||||||
--shareon-svg: url("icons/telegram.svg");
|
--svg: url("icons/telegram.svg");
|
||||||
--shareon-background: #26a5e4;
|
--color: #26a5e4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .teams {
|
.shareon > .teams {
|
||||||
--shareon-svg: url("icons/teams.svg");
|
--svg: url("icons/teams.svg");
|
||||||
--shareon-background: #6264a7;
|
--color: #6264a7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .twitter {
|
.shareon > .twitter {
|
||||||
--shareon-svg: url("icons/twitter.svg");
|
--svg: url("icons/twitter.svg");
|
||||||
--shareon-background: #1d9bf0;
|
--color: #1d9bf0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .viber {
|
.shareon > .viber {
|
||||||
--shareon-svg: url("icons/viber.svg");
|
--svg: url("icons/viber.svg");
|
||||||
--shareon-background: #7360f2;
|
--color: #7360f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .vkontakte {
|
.shareon > .vkontakte {
|
||||||
--shareon-svg: url("icons/vkontakte.svg");
|
--svg: url("icons/vkontakte.svg");
|
||||||
--shareon-background: #0077ff;
|
--color: #0077ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .web-share {
|
.shareon > .web-share {
|
||||||
--shareon-svg: url("icons/web-share.svg");
|
--svg: url("icons/web-share.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareon > .whatsapp {
|
.shareon > .whatsapp {
|
||||||
--shareon-svg: url("icons/whatsapp.svg");
|
--svg: url("icons/whatsapp.svg");
|
||||||
--shareon-background: #25d366;
|
--color: #25d366;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue