This commit is contained in:
2021-03-25 09:46:20 +01:00
parent bc240a6754
commit a13766e7d7
2 changed files with 71 additions and 41 deletions

View File

@@ -53,6 +53,10 @@ form {
}
}
}
label.required:after {
content: " *";
color: $red;
}
}
.sticky-form-buttons {