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 11 additions and 8 deletions
Showing only changes of commit 814db93ec8 - Show all commits

View File

@ -377,14 +377,16 @@ div#rub_service {
font-weight: normal;
}
div.error {
@extend .errornotice;
font-weight: normal;
min-height: 1.5em;
margin-bottom: 0;
&::before {
font-size: 30px;
top: 0;
@if ($field-on-error-style == custom) {
div.error {
@extend .errornotice;
font-weight: normal;
min-height: 1.5em;
margin-bottom: 0;
&::before {
font-size: 30px;
top: 0;
}
}
}
.previous-button button {

View File

@ -54,6 +54,7 @@ $buttons-alignment: flex-end;
$widget-border: 1px solid transparent;
$widget-border-radius: 5px;
$widget-focus-border: 1px solid;
$field-on-error-style: custom;
$wcs-step-color: $blue-light;
// $wcs-step-border-bottom: 1px solid $blue-light;