1
0
forked from noxious/client

Created global style class for form field containers

This commit is contained in:
2024-07-25 23:17:04 +02:00
parent d18dfc8045
commit 095144fa8f
7 changed files with 68 additions and 55 deletions

View File

@ -52,8 +52,8 @@
<template #modalBody>
<div class="m-4 character-form">
<form method="post" @submit.prevent="create" class="inline">
<div class="flex flex-col mb-5">
<label class="mb-1.5 font-titles" for="name">Name</label>
<div class="form-field-full">
<label for="name">Name</label>
<input class="input-cyan max-w-64" v-model="name" name="name" id="name" />
</div>
<button class="btn-cyan py-1.5 px-4 mr-5 min-w-24 inline-block" type="submit">CREATE</button>