From 5bdf5d53eef91cbdcc0235261dec4ed4f4ca9537 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 31 Jul 2019 16:00:16 +0200 Subject: [PATCH] Update survey styling --- client/src/styles/_survey.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/client/src/styles/_survey.scss b/client/src/styles/_survey.scss index 87f261e6..39eabfcb 100644 --- a/client/src/styles/_survey.scss +++ b/client/src/styles/_survey.scss @@ -24,6 +24,8 @@ margin-bottom: $medium-spacing; > span > span { // weird survey.js html structure @include heading-4; + line-height: $default-line-height; + } } @@ -54,9 +56,9 @@ order: 2; } - $progress-margin-right: 120px; + $progress-margin-right: 140px; &__progress { - background-color: $color-silver; + background-color: $color-silver-light; height: 0.3em; order: 3; width: 40%; @@ -65,7 +67,6 @@ margin-right: $progress-margin-right; box-sizing: border-box; display: flex; - align-content: center; } &__radiogroup-group, &__checkbox-group { @@ -81,7 +82,7 @@ > span { position: absolute; right: -$progress-margin-right; - top: -0.25em; + top: -0.37em; @include regular-text; }