summaryrefslogtreecommitdiffstats
path: root/src/components/Buttons/Buttons.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Buttons/Buttons.module.scss')
-rw-r--r--src/components/Buttons/Buttons.module.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/Buttons/Buttons.module.scss b/src/components/Buttons/Buttons.module.scss
index 08dc8b4..15065b2 100644
--- a/src/components/Buttons/Buttons.module.scss
+++ b/src/components/Buttons/Buttons.module.scss
@@ -117,8 +117,13 @@
}
.link {
+ display: flex;
+ flex-flow: row wrap;
+ place-items: center;
+ gap: var(--spacing-2xs);
width: max-content;
padding: var(--spacing-2xs) var(--spacing-sm);
+ position: relative;
background: var(--color-bg);
border: fun.convert-px(3) solid var(--color-primary);
border-radius: fun.convert-px(5);