diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-28 17:08:13 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-28 17:21:41 +0200 |
| commit | 2a8464001efce8c76e8109af7eb68d9e86105692 (patch) | |
| tree | efb3c1f2543515a10815dfaf81588e578e8878cd /htdocs/src/scss/layout/_nav.scss | |
| parent | b7334838318e4a42171491349038941d347538a0 (diff) | |
chore: add legal notice
In France, legal notice is required for any website.
Diffstat (limited to 'htdocs/src/scss/layout/_nav.scss')
| -rw-r--r-- | htdocs/src/scss/layout/_nav.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/src/scss/layout/_nav.scss b/htdocs/src/scss/layout/_nav.scss index 33346b5..98e4cb5 100644 --- a/htdocs/src/scss/layout/_nav.scss +++ b/htdocs/src/scss/layout/_nav.scss @@ -16,11 +16,11 @@ } } - &__item { + &:not(&--footer) &__item { margin: fun.get-var(spacing-2xs) 0; } - &__link { + &:not(&--footer) &__link { background-image: linear-gradient( to left, #{fun.get-var(color-bg)} 0, |
