IMPR: Form validation styling

This commit is contained in:
Tony Air 2024-02-02 19:15:43 +02:00
parent 24138a257c
commit d2e0dbb6fd
1 changed files with 9 additions and 0 deletions

View File

@ -27,6 +27,15 @@
&.CompositeField {
flex-direction: column;
}
&__alert {
&.validation {
@extend .alert-danger;
width: 100%;
margin-top: 1em;
margin-bottom: 0;
}
}
}
.field.password {