Name and related_purchase validation for non-games

This commit is contained in:
2023-11-15 13:04:47 +01:00
parent 9a1d24dbfd
commit 8783d1fc8e
5 changed files with 64 additions and 4 deletions

View File

@ -72,6 +72,10 @@ textarea:disabled {
@apply dark:bg-slate-700 dark:text-slate-400;
}
.errorlist {
@apply mt-4 mb-1 pl-3 py-2 bg-red-600 text-slate-200 w-[300px];
}
@media screen and (min-width: 768px) {
form input,
select,