Show form errors

This commit is contained in:
sto
2025-03-21 19:49:37 +01:00
parent ea7cdcf608
commit 15e2493f87
2 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
// Sassy
@import "bootstrap";
@import "bootstrap";
.error-message {
color: var(--bs-danger)
}