From 3502bce7493c6fd0b3ffaad78acafd5bfc8508e9 Mon Sep 17 00:00:00 2001 From: jacekpluta <73617938+jacekpluta@users.noreply.github.com> Date: Wed, 12 Jun 2024 08:45:40 +0200 Subject: [PATCH] [ACS-7944] [ADW] Start process page (#9802) --- .../components/login/login.component.scss | 2 +- lib/core/src/lib/styles/_mat-selectors.scss | 1 + .../attach-file-widget-dialog.component.html | 2 +- .../attach-file-widget-dialog.component.scss | 11 ++++++ .../start-process.component.html | 3 +- .../start-process.component.scss | 34 +++++++++++++++++-- 6 files changed, 48 insertions(+), 5 deletions(-) diff --git a/lib/core/src/lib/login/components/login/login.component.scss b/lib/core/src/lib/login/components/login/login.component.scss index d3093ea47f7..cf30c636dac 100644 --- a/lib/core/src/lib/login/components/login/login.component.scss +++ b/lib/core/src/lib/login/components/login/login.component.scss @@ -24,7 +24,7 @@ } .adf-ie11FixerParent { - margin-top: 16px; + margin: 16px 0; min-width: 320px; // IE11 vertical centering diff --git a/lib/core/src/lib/styles/_mat-selectors.scss b/lib/core/src/lib/styles/_mat-selectors.scss index 6415cf4c6eb..46c6e7aa5b2 100644 --- a/lib/core/src/lib/styles/_mat-selectors.scss +++ b/lib/core/src/lib/styles/_mat-selectors.scss @@ -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'; diff --git a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.html b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.html index c83361546b5..3a857bd744d 100644 --- a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.html +++ b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.html @@ -18,7 +18,7 @@ - +