Skip to content
Snippets Groups Projects
Commit fdea24ac authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Ajoute un bouton flottant côté édition du cas type pour validation

parent fa378dd6
No related branches found
No related tags found
1 merge request!91Ajout de la partie référence législative
Pipeline #4114 passed
......@@ -1145,7 +1145,7 @@
<!-- Panneau de droite pour l'édition de cas types -->
{#if displayMode.edit !== undefined}
<div class="z-40 w-full bg-gray-300 shadow-lg md:w-1/2">
<div class="relative z-40 w-full bg-gray-300 shadow-lg md:w-1/2">
<div
class="sticky top-0 mr-4 flex h-8 justify-end bg-gray-300 pt-3 pb-3"
>
......@@ -1237,6 +1237,18 @@
{/if}
</div>
</div>
<!--Bouton flottant mobile pour fermer volet édition du cas type-->
<button
on:click={() => changeTestCaseToEditIndex(undefined)}
class="fixed bottom-8 right-8 z-40 "
title="Fermer l'édition du cas type"
>
<div
class="border-1 items-center rounded-full bg-gray-700 p-3 text-3xl uppercase text-white shadow-lg md:hidden"
>
<Icon class="h-10 w-10" icon="ri-check-fill" />
</div>
</button>
{/if}
</div>
</main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment