added id and required field

This commit is contained in:
Beverly Nguyen
2025-01-27 19:15:37 -08:00
parent a5e2fd4e21
commit 7776f9900a
6 changed files with 23 additions and 20 deletions

View File

@@ -1024,3 +1024,7 @@ nav.nav {
font-size: units(3);
font-weight: bold;
}
.form-control-error {
border: 4px solid #b10e1e
}