From c0e348978c617b14228cd2533c2eb9bf327be10c Mon Sep 17 00:00:00 2001 From: Tykayn Date: Fri, 10 Dec 2021 11:08:37 +0100 Subject: [PATCH] margins on header --- src/app/features/administration/stepper/stepper.component.scss | 2 +- src/styles/partials/_forms.scss | 2 +- src/styles/partials/_navigation.scss | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/features/administration/stepper/stepper.component.scss b/src/app/features/administration/stepper/stepper.component.scss index 9e0c8cdd..901ef633 100644 --- a/src/app/features/administration/stepper/stepper.component.scss +++ b/src/app/features/administration/stepper/stepper.component.scss @@ -65,7 +65,7 @@ } .step-info { - padding: 9px 10px; + padding: 0 10px; width: 100%; display: block; background: $white; diff --git a/src/styles/partials/_forms.scss b/src/styles/partials/_forms.scss index 34476ba5..19b17359 100644 --- a/src/styles/partials/_forms.scss +++ b/src/styles/partials/_forms.scss @@ -77,7 +77,7 @@ textarea { .mat-checkbox-layout .mat-checkbox-label { max-width: 90vw; - overflow: scroll; + overflow-x: auto; } .button { label { diff --git a/src/styles/partials/_navigation.scss b/src/styles/partials/_navigation.scss index 45c97e30..06d47c99 100644 --- a/src/styles/partials/_navigation.scss +++ b/src/styles/partials/_navigation.scss @@ -117,10 +117,11 @@ a span.ui-steps-number { width: 100%; position: fixed; right: 0; + padding: 1rem 0; .button { display: inline-block; - margin: 8px 16px; + padding: 0.5rem 1rem; } .button { &.is-secondary {