summaryrefslogtreecommitdiffstats
path: root/src/components/Widgets/Sharing/Sharing.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-16 18:23:20 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-16 18:23:20 +0100
commit90ffd597a35891f71665ee442b90e99d6e579118 (patch)
tree9da836da4d0334b7eb46a68a665b44f10607c8b1 /src/components/Widgets/Sharing/Sharing.module.scss
parent395069f8cecd2deab2dfe1a2d7b97f379413e009 (diff)
refactor(styles): rename shadow and border variables
Diffstat (limited to 'src/components/Widgets/Sharing/Sharing.module.scss')
-rw-r--r--src/components/Widgets/Sharing/Sharing.module.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/components/Widgets/Sharing/Sharing.module.scss b/src/components/Widgets/Sharing/Sharing.module.scss
index 3477c88..c05a56b 100644
--- a/src/components/Widgets/Sharing/Sharing.module.scss
+++ b/src/components/Widgets/Sharing/Sharing.module.scss
@@ -22,28 +22,15 @@
align-items: center;
padding: var(--spacing-2xs) var(--spacing-xs);
border-radius: fun.convert-px(3);
- color: var(--color-fg-inverted);
font-weight: 600;
text-decoration: none;
- text-shadow: fun.convert-px(2) fun.convert-px(1) fun.convert-px(1)
- var(--color-shadow-dark);
transition: all 0.3s ease-in-out 0s;
- @include mix.media("screen") {
- @include mix.dimensions("sm") {
- font-size: var(--font-size-sm);
- }
- }
-
&:hover,
&:focus {
color: hsl(0, 0%, 100%);
transform: translateX(#{fun.convert-px(-3)})
translateY(#{fun.convert-px(-3)});
-
- @include mix.motion("reduce") {
- text-decoration: underline;
- }
}
&:active {