Make baseUrl dynamic and tweak invalid input style's contrast

This commit is contained in:
Bruno Bernardino
2024-03-17 08:10:36 +00:00
parent 7262bba4e0
commit 2d70a3817d
4 changed files with 14 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ form {
}
.input-field:required:invalid:not(:placeholder-shown) {
@apply bg-red-100 !important;
@apply bg-red-400 !important;
}
.notification-error {