Adding form validators for donation form.

This commit is contained in:
softsimon
2020-10-26 23:23:08 +07:00
parent 018e95e648
commit 6a8deff706
3 changed files with 13 additions and 5 deletions

View File

@@ -27,3 +27,9 @@
.info-group {
max-width: 400px;
}
.required {
color: #FF0000;
font-weight: bold;
}