added modals files

This commit is contained in:
PascalMarchesseault
2024-07-27 01:16:25 -04:00
parent 5f1b8a1598
commit af42b0c79b
20 changed files with 349 additions and 85 deletions

View File

@@ -20,7 +20,7 @@
@click="openModal('ModalRecoveryByEmailInfo')"
class="HoverBtn active:bg-gray-300 py-2 px-4 border-gray-400 shadow flex items-center transition duration-200 ease-in-out w-full">
<span class="flex-none pa-2 min-w-32 text-left"> <v-icon>mdi-email-outline</v-icon></span>
<span class="flex-auto text-left pr-6">Adresse e-mail de récupération</span>
<span class="flex-auto text-left pr-6">Récupération par E-mail</span>
<span class="flex-none">
<v-icon>mdi-chevron-right</v-icon>
</span>
@@ -30,7 +30,7 @@
@click="openModal('ModalRecoveryByPhoneInfo')"
class="HoverBtn active:bg-gray-300 py-2 px-4 border-gray-400 shadow flex items-center transition duration-200 ease-in-out w-full rounded-b-2xl">
<span class="flex-none pa-2 min-w-32 text-left"> <v-icon>mdi-cellphone</v-icon></span>
<span class="flex-auto text-left pr-6">Numéro de téléphone de récupération</span>
<span class="flex-auto text-left pr-6">Récupération par mobile</span>
<span class="flex-none">
<v-icon>mdi-chevron-right</v-icon>
</span>