style submitter form

This commit is contained in:
Alex Turchyn
2023-06-15 01:05:04 +03:00
parent 199ccf082b
commit fef54859bf
13 changed files with 367 additions and 142 deletions
+11 -14
View File
@@ -31,20 +31,8 @@ button[disabled] .enabled {
display: none;
}
button .disabled {
display: none;
}
button[disabled] .disabled {
display: initial;
}
button .enabled {
display: initial;
}
button[disabled] .enabled {
display: none;
select:required:invalid {
@apply text-gray-300;
}
.btn {
@@ -54,6 +42,15 @@ button[disabled] .enabled {
.base-input {
@apply input input-bordered bg-white;
}
.base-button {
@apply btn btn-neutral text-white text-base;
}
.base-checkbox {
@apply checkbox rounded bg-white checkbox-sm;
}
.base-radio {
@apply radio bg-white radio-sm;
}