Added error handling to markerTitle

This commit is contained in:
Alexis
2024-01-13 16:54:32 +01:00
parent 3abf35ee58
commit 1b2ba84b41
3 changed files with 44 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
display: block;
margin-bottom: .35rem;
font-size: .9em;
font-weight: 500;
font-weight: 600;
}
.form-input {
@@ -26,4 +26,10 @@
}
}
}
.form-error {
margin-top: .3em;
font-size: .75em;
color: var(--red-500);
}
}