Story 2.1: navbar responsive

This commit is contained in:
2026-02-04 16:51:55 +01:00
parent 4a5213331d
commit dd6c5d0a72
8 changed files with 231 additions and 40 deletions

View File

@@ -152,6 +152,17 @@
.breadcrumb-current {
@apply text-text-primary;
}
/* Navigation links */
.nav-link {
@apply px-4 py-2 text-sm font-medium text-text-secondary
hover:text-text-primary transition-colors rounded-lg
hover:bg-surface-light;
}
.nav-link-active {
@apply text-primary bg-primary/10;
}
}
@layer utilities {
@@ -187,4 +198,4 @@
animation-duration: 0.01ms !important;
transition-duration: 0.01ms !important;
}
}
}

File diff suppressed because one or more lines are too long