We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2b77a commit 8bd1bdeCopy full SHA for 8bd1bde
2 files changed
components/buttons/ButtonLink/ButtonLink.module.scss
@@ -1,3 +1,5 @@
1
+@use '@/styles/mixins' as *;
2
+
3
.buttonLink {
4
padding: 0.5rem 2rem;
5
color: var(--color-white);
@@ -11,7 +13,7 @@
11
13
display: inline-block;
12
14
border: 1px solid var(--color-primary-content);
15
text-decoration: none;
- transition: all 0.3s ease;
16
+ @include transition(all 0.3s ease);
17
18
&:hover {
19
components/buttons/SubmitButton/SubmitButton.module.scss
@@ -12,7 +12,7 @@
text-align: center;
display: block;
color: var(--color-primary-content);
0 commit comments