miribel: use custom color for $error-color (#75382)

This commit is contained in:
Thomas Jund 2023-04-11 11:58:35 +02:00 committed by Frédéric Péters
parent f392423f79
commit 048a1d6fba
2 changed files with 1 additions and 5 deletions

View File

@ -493,11 +493,6 @@ div#rub_service {
}
}
.widget-with-error .error {
color: $red;
background-position: center left;
}
.form-content--body .form-previous{
@extend %blue-button;
}

View File

@ -88,6 +88,7 @@ $cell-image-position: top;
$cell-image-padding: 0;
$cell-border-radius: 5px;
$error-color: $red;
$form-sidebar-width: 25%;
$form-sidebar-gutter: 2rem;
$widget-border: 1px solid $gray-blue-fade;