From c3cde71e60ae22d17c1d162f678f592915ac5398 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 19 Oct 2023 19:30:54 +0200 Subject: refactor(components): rewrite NavLink component * handle style variants to avoid declaring the styles in consumers --- src/components/molecules/nav/nav-list.module.scss | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/components/molecules/nav/nav-list.module.scss') diff --git a/src/components/molecules/nav/nav-list.module.scss b/src/components/molecules/nav/nav-list.module.scss index 316638e..ff99581 100644 --- a/src/components/molecules/nav/nav-list.module.scss +++ b/src/components/molecules/nav/nav-list.module.scss @@ -1,14 +1,4 @@ .nav { - &--main { - width: fit-content; - } - - &--main & { - &__item { - flex: 1; - } - } - &--footer & { &__item:not(:first-child) { &::before { -- cgit v1.2.3