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

@ -64,6 +64,19 @@ input {
}
}
.form-field-full {
@apply w-full flex flex-col mb-5;
label {
@apply mb-1.5 font-titles;
}
}
.form-field-half {
@apply w-[calc(50%_-_5px)] flex flex-col mb-5;
label {
@apply mb-1.5 font-titles;
}
}
button {
@apply text-center;