feat(codev): tabs Besoins/Competences + retour fiche + panel mobile bottom sheet

This commit is contained in:
Jules Neny
2026-05-06 21:29:07 +02:00
parent 6f7d2450de
commit 606b9f0a47
2 changed files with 155 additions and 65 deletions

View File

@@ -4,6 +4,7 @@
<!-- En-tête -->
<div class="fiche-header">
<NuxtLink to="/codev/carto" class="back-link"> Retour à la carte</NuxtLink>
<h1>{{ isEdit ? 'Modifier ma fiche' : 'Ma fiche' }}</h1>
<p class="fiche-lead">3 lignes pour te présenter. Le reste se passe entre nous.</p>
</div>
@@ -193,6 +194,18 @@ async function submit() {
/* ── En-tête ── */
.back-link {
display: inline-block;
font-size: 0.875rem;
color: var(--nav-text-muted, #6b7280);
text-decoration: none;
margin-bottom: 0.75rem;
}
.back-link:hover {
color: var(--nav-primary-solid, #1B4436);
}
.fiche-header h1 {
font-size: 1.5rem;
font-weight: 700;