1
0
forked from noxious/client

More global styling, improved modal form styling

This commit is contained in:
2024-06-14 22:14:33 +02:00
parent 4e708dbd61
commit 92103cea9e
5 changed files with 71 additions and 30 deletions

View File

@ -46,8 +46,10 @@
<template #modalBody>
<form method="post" @submit.prevent="create" class="modal-form">
<div class="form-fields">
<label for="name">Name</label>
<input v-model="name" name="name" id="name" />
<div class="form-field">
<label for="name">Name</label>
<input class="input-cyan" v-model="name" name="name" id="name" />
</div>
</div>
<div class="submit">
<button class="btn-cyan" type="submit">CREATE</button>