fixed the stripePayment component

This commit is contained in:
Dominic Villemure
2024-03-28 00:19:36 -04:00
parent eef07babe8
commit 015f99180f
4 changed files with 54 additions and 58 deletions

View File

@@ -474,28 +474,13 @@
</h1>
</v-container>
<v-row style=" margin-top: 30px; ">
<v-col cols="6" style="background-color: #f4f4f4">
<v-sheet class="mx-auto" width="auto" style="background-color: #f4f4f4">
<v-form @submit.prevent>
<v-text-field label="Montant ($)"
style="margin-top: -2%; margin-left: 5%; color: rgb(0, 109, 119); background-color: #f4f4f4"></v-text-field>
</v-form>
</v-sheet>
</v-col>
<v-col cols="6" class="d-flex align-center">
<v-btn
style="margin-bottom: 26%; height: 70%; margin-left: -10px; background-color: rgb(11, 170, 178); color: white; font-weight: bold;"
class="mt-4" block>Envoyez</v-btn>
</v-col>
</v-row>
<v-row>
<v-textarea style=" margin-top: -20px; margin-left: 5%; margin-right: 5%; color: rgba(0, 109, 119)"
label="Votre message" placeholder="Écrivez votre message ici" rows="3" auto-grow></v-textarea>
<v-row class="mt-12 ml-2 mr-4 mb-4" style="background-color: #f4f4f4;">
<StripePayment></StripePayment>
</v-row>
<v-row>
<StripePayment></StripePayment>
<v-row class="ml-2 mb-2 mr-2">
<v-textarea style="color: rgba(0, 109, 119)"
label="Votre message" placeholder="Écrivez votre message ici" rows="3" auto-grow></v-textarea>
</v-row>
</v-card>