aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/nav/nav-list.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-10-19 19:30:54 +0200
committerArmand Philippot <git@armandphilippot.com>2023-11-11 18:14:41 +0100
commitc3cde71e60ae22d17c1d162f678f592915ac5398 (patch)
tree770856e0876b8c613a21fa79199d6d40609d73e6 /src/components/molecules/nav/nav-list.module.scss
parent94448fa278ab352a741ff13f22d6104869571144 (diff)
refactor(components): rewrite NavLink component
* handle style variants to avoid declaring the styles in consumers
Diffstat (limited to 'src/components/molecules/nav/nav-list.module.scss')
-rw-r--r--src/components/molecules/nav/nav-list.module.scss10
1 files changed, 0 insertions, 10 deletions
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 {