DTL dialogs : style optimization-request-dialog + fix project-request-dialog
This commit is contained in:
parent
67f41757f5
commit
f92dc8ac85
3 changed files with 122 additions and 34 deletions
|
|
@ -35,8 +35,8 @@
|
|||
v-model="details"
|
||||
cols="30"
|
||||
rows="10"
|
||||
placeholder="Détails du projet"
|
||||
class="w-full h-full rounded-md border border-grey-200 px-16 py-12"
|
||||
placeholder="Détails du projet…"
|
||||
class="w-full flex-1 rounded-md border border-grey-200 px-16 py-12"
|
||||
required
|
||||
></textarea>
|
||||
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
>
|
||||
</div>
|
||||
|
||||
<footer class="flex-columns w-full mt-auto" style="column-gap: 0.5rem">
|
||||
<footer class="flex-columns w-full mt-16" style="column-gap: 0.5rem">
|
||||
<button class="btn btn--black-10" @click="emits('close')">
|
||||
Annuler
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue