From 5e3bb46d697afcbb7708eb512f2ee5517b7c64cb Mon Sep 17 00:00:00 2001 From: Tykayn Date: Tue, 8 Feb 2022 18:11:37 +0100 Subject: [PATCH] :art: shorten stepper --- .../administration/stepper/stepper.component.scss | 9 +++++---- src/styles/variables.scss | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/features/administration/stepper/stepper.component.scss b/src/app/features/administration/stepper/stepper.component.scss index 3d0adb39..6a2917a4 100644 --- a/src/app/features/administration/stepper/stepper.component.scss +++ b/src/app/features/administration/stepper/stepper.component.scss @@ -70,7 +70,7 @@ line-height: $stepper-nav-height / 2; height: $stepper-nav-height / 2; padding: 0 1rem; - margin-top: $stepper-nav-height / 4.5; + margin-top: 0.75rem; color: $primary_color; border-color: $primary_color; @@ -98,10 +98,11 @@ .step-title-poll { font-size: 0.85rem; - color: $d-neutral; - margin-bottom: 0rem; - padding-top: 1rem; + color: #767486; + margin-bottom: 0; + padding-top: 0.5rem; display: block; + font-weight: bold; } h2 { diff --git a/src/styles/variables.scss b/src/styles/variables.scss index ee9d7e1f..ec0dc9bc 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -74,8 +74,8 @@ $title_font: 'helvetica', 'proza_libre', 'Arial', 'DejaVu Sans Mono'; $main-column-width: 25rem; $main-column-width-inner: 23.75rem; $mobile-size: 25rem; -$header-nav-height: 4.25rem; -$header-nav-inner-height: 4rem; +$header-nav-height: 3.85rem; +$header-nav-inner-height: 3.5rem; $widescreen-width-main-column: 75rem; $stepper-nav-height: 4.5rem; // datepicker