css: improve styles of form field on error (#75382) #202

Merged
fpeters merged 22 commits from wip/75382-form-field-on-error into main 2023-04-20 18:36:46 +02:00
2 changed files with 1 additions and 5 deletions
Showing only changes of commit 048a1d6fba - Show all commits

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;