Skip to content
Snippets Groups Projects
Commit 4e2ed18e authored by Alexander Purr's avatar Alexander Purr Committed by Dorian Merz
Browse files

refs #16657 [fid_adlr] add form errors styling

parent 34c21286
No related merge requests found
......@@ -47,6 +47,14 @@ input[type="checkbox"]:checked::before {
form {
.form-group {
margin-top: $form-group-margin-top;
ul {
margin-left: 0;
margin-top: 25px;
li {
@extend .alert;
@extend .alert-danger;
}
}
}
label, legend {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment