Add client-side player count validation
This commit is contained in:
@@ -33,3 +33,13 @@ input[readonly].readonly {
|
||||
color: #6f6353;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.form-error {
|
||||
color: #b23b3b;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.input-error {
|
||||
border-color: #b23b3b;
|
||||
box-shadow: 0 0 0 2px rgba(178, 59, 59, 0.1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user