style(front) : boutons Modifier/Archiver en secondary + espacement aligne sur le repertoire
Pull Request — Quality gate / Backend (PHP CS + PHPUnit) (pull_request) Successful in 2m0s
Pull Request — Quality gate / Frontend (lint + Vitest + build) (pull_request) Successful in 1m20s

Page consultation client : Modifier et Archiver passent en variante secondary,
ecart porte a gap-12 (48px) pour matcher Ajouter / Filtres du repertoire.
This commit is contained in:
2026-06-03 11:55:26 +02:00
parent 52603971a0
commit 034c4ce43a
@@ -11,10 +11,11 @@
/> />
<h1 class="text-[32px] font-bold text-m-primary">{{ headerTitle }}</h1> <h1 class="text-[32px] font-bold text-m-primary">{{ headerTitle }}</h1>
<div class="ml-auto flex items-center gap-4"> <!-- gap-12 = 48px : meme espacement que Ajouter / Filtres du repertoire. -->
<div class="ml-auto flex items-center gap-12">
<MalioButton <MalioButton
v-if="canEdit" v-if="canEdit"
variant="primary" variant="secondary"
icon-name="mdi:pencil-outline" icon-name="mdi:pencil-outline"
icon-position="left" icon-position="left"
:label="t('commercial.clients.action.edit')" :label="t('commercial.clients.action.edit')"
@@ -22,7 +23,7 @@
/> />
<MalioButton <MalioButton
v-if="showArchive" v-if="showArchive"
variant="danger" variant="secondary"
icon-name="mdi:archive-arrow-down-outline" icon-name="mdi:archive-arrow-down-outline"
icon-position="left" icon-position="left"
:label="t('commercial.clients.action.archive')" :label="t('commercial.clients.action.archive')"