diff --git a/frontend/src/App.vue b/frontend/src/App.vue index c999482..5cb7791 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,39 +1,69 @@ diff --git a/frontend/src/components/NavLien.vue b/frontend/src/components/NavLien.vue new file mode 100644 index 0000000..ccf8ed2 --- /dev/null +++ b/frontend/src/components/NavLien.vue @@ -0,0 +1,45 @@ + + + diff --git a/frontend/src/style.css b/frontend/src/style.css index 73f87d5..76051f7 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -40,6 +40,13 @@ @apply text-sm text-gray-400 mt-1; } + /* --- Navigation laterale ---------------------------------------------- */ + + /* Entree de menu : la couleur (actif / inactif) est posee par App.vue. */ + .nav-link { + @apply flex items-center gap-2 px-3 py-1.5 text-sm rounded-lg transition-colors; + } + /* --- Cartes ----------------------------------------------------------- */ .card {