Updated UI

This commit is contained in:
PascalMarchesseault
2024-03-11 22:56:53 -04:00
parent 12f66cd6fb
commit 57a9e0ac32
26 changed files with 526 additions and 505 deletions

View File

@@ -1,40 +1,8 @@
<template>
<div class="md:flex hidden justify-between flex-col">
<div>
<h1 class="h1-inscription-beta-Inscrivez-vous"> Inscrivez-vous </h1>
</div>
<div>
<v-text-field label="First name"
style="color: rgb(107, 0, 101); background-color: rgb(255, 255, 255);"></v-text-field>
<v-text-field label="Last name"
style="color: rgb(107, 0, 101); background-color: rgb(255, 255, 255);"></v-text-field>
<v-text-field label="E-mail"
style="color: rgb(107, 0, 101); background-color: rgb(255, 255, 255);"></v-text-field>
<v-textarea label="Pourquoi voulez-vous participer?"
style="color: rgb(107, 0, 101); background-color: rgb(255, 255, 255);"></v-textarea>
</div>
<div>
</div>
<div class="md:hidden flex flex-col justify-center">
<div>
<h1 class="h1-inscription-beta-Inscrivez-vous">Inscrivez-vous</h1>
</div>
<div style="margin-left: -45%; margin-right: -45%;">
<v-text-field label="First name" class="w-full"
style="color: rgb(107, 0, 101); background-color: rgb(255, 255, 255);"></v-text-field>
<v-text-field label="Last name" class="w-full"
style="color: rgb(107, 0, 101); background-color: rgb(255, 255, 255);"></v-text-field>
<v-text-field label="E-mail" class="w-full"
style="color: rgb(107, 0, 101); background-color: rgb(255, 255, 255);"></v-text-field>
<v-textarea label="Pourquoi voulez-vous participer?" class="w-full"
style="color: rgb(107, 0, 101); background-color: rgb(255, 255, 255);"></v-textarea>
</div>
</div>
</template>