[ACS-7944] [ADW] Start process page (#9802)

This commit is contained in:
jacekpluta
2024-06-12 08:45:40 +02:00
committed by VitoAlbano
parent 07c04d7017
commit fa694b319a
6 changed files with 48 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
}
.adf-ie11FixerParent {
margin-top: 16px;
margin: 16px 0;
min-width: 320px;
// IE11 vertical centering

View File

@@ -145,3 +145,4 @@ $mat-form-field-error-wrapper: '.mat-mdc-form-field-error-wrapper';
$mat-text-field-textarea: '.mdc-text-field--textarea';
$mat-list-item-disabled: '.mdc-list-item--disabled';
$mat-chip-focus-overlay: '.mat-mdc-chip-focus-overlay';
$mat-card-header: '.mat-mdc-card-header';