summaryrefslogtreecommitdiffstats
path: root/src/components/molecules/buttons/heading-button.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/buttons/heading-button.module.scss')
-rw-r--r--src/components/molecules/buttons/heading-button.module.scss15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/components/molecules/buttons/heading-button.module.scss b/src/components/molecules/buttons/heading-button.module.scss
index 9c278e4..3c69221 100644
--- a/src/components/molecules/buttons/heading-button.module.scss
+++ b/src/components/molecules/buttons/heading-button.module.scss
@@ -20,6 +20,14 @@
border-bottom: fun.convert-px(2) solid var(--color-primary-dark);
cursor: pointer;
+ .heading {
+ padding: var(--spacing-2xs) 0;
+ background: none;
+ font-size: var(--font-size-xl);
+ font-weight: 500;
+ text-align: left;
+ }
+
&:hover,
&:focus {
.icon {
@@ -34,10 +42,3 @@
}
}
}
-
-.heading {
- padding: var(--spacing-2xs) 0;
- background: none;
- font-size: var(--font-size-xl);
- text-align: left;
-}