forked from noxious/client
Created global style class for form field containers
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user