aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/buttons/buttons.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-03-31 15:30:07 +0200
committerArmand Philippot <git@armandphilippot.com>2022-03-31 15:30:07 +0200
commit351532e9906e32c862bf6810a3871993cde13ba2 (patch)
tree09eb36959eac3b6f39b03a489cd47740d0a2ea9b /src/components/atoms/buttons/buttons.module.scss
parentd7d453f7333def28007b94b9c9d872f89224fc91 (diff)
chore: add a button link component
Diffstat (limited to 'src/components/atoms/buttons/buttons.module.scss')
-rw-r--r--src/components/atoms/buttons/buttons.module.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/atoms/buttons/buttons.module.scss b/src/components/atoms/buttons/buttons.module.scss
index d6a488d..9dddf48 100644
--- a/src/components/atoms/buttons/buttons.module.scss
+++ b/src/components/atoms/buttons/buttons.module.scss
@@ -22,6 +22,7 @@
fun.convert-px(2) fun.convert-px(2) 0 fun.convert-px(3)
var(--color-primary-dark);
color: var(--color-fg-inverted);
+ text-decoration: none;
text-shadow: fun.convert-px(2) fun.convert-px(2) 0 var(--color-shadow);
&:disabled {
@@ -36,6 +37,7 @@
0 0 0 fun.convert-px(3) var(--color-primary-darker),
fun.convert-px(7) fun.convert-px(7) 0 fun.convert-px(2)
var(--color-primary-dark);
+ color: var(--color-fg-inverted);
transform: translateX(#{fun.convert-px(-4)})
translateY(#{fun.convert-px(-4)});
}