css of form errors

This commit is contained in:
Simon Vieille 2022-10-02 23:26:29 +02:00
parent cb57ee0c26
commit 398dc39894
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1209,6 +1209,16 @@ $links: (
background: #fbfcff;
}
.invalid-feedback {
color: red;
padding-left: 10px;
padding-right: 10px;
.form-error-icon {
display: none;
}
}
@media (prefers-color-scheme: dark) {
.bg-box {
background: #343c53;