diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-04-12 16:28:25 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-04-12 16:29:01 +0200 |
| commit | 4a6f3dbde9adaa671e622215654a1dd9b329610d (patch) | |
| tree | e83a1db16d6071b2fc5bd86236da28522be94ef7 /src/components/atoms/links/nav-link.module.scss | |
| parent | 27ff3104aabed240470d351bda02095d8169501f (diff) | |
chore: add a Nav component
Diffstat (limited to 'src/components/atoms/links/nav-link.module.scss')
| -rw-r--r-- | src/components/atoms/links/nav-link.module.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/atoms/links/nav-link.module.scss b/src/components/atoms/links/nav-link.module.scss index 24e8737..241c9c3 100644 --- a/src/components/atoms/links/nav-link.module.scss +++ b/src/components/atoms/links/nav-link.module.scss @@ -15,8 +15,7 @@ row-gap: var(--spacing-2xs); min-width: var(--link-min-width, fun.convert-px(85)); padding: var(--spacing-xs); - background: var(--color-bg); - background-repeat: no-repeat; + background: inherit; font-size: var(--font-size-sm); font-variant: small-caps; font-weight: 600; @@ -25,7 +24,6 @@ @include mix.media("screen") { @include mix.dimensions("md") { - background-color: inherit; border-radius: 8%; } } |
