diff --git a/build/css/main.css b/build/css/main.css index cb08d536..26d6686b 100644 --- a/build/css/main.css +++ b/build/css/main.css @@ -6151,7 +6151,7 @@ body { background-color: white; position: absolute; width: 230px; - top: 97px; } + top: 95px; } .step-border[disabled], [disabled].step-border-left, [disabled].step-border-right { background-color: #787c7f; } diff --git a/lib/scss/main.scss b/lib/scss/main.scss index 6fad10a7..e5db33bd 100644 --- a/lib/scss/main.scss +++ b/lib/scss/main.scss @@ -96,7 +96,7 @@ body { background-color: $text-color; position: absolute; width: 230px; - top: 97px; + top: 95px; &[disabled] { background-color: $color-disabled;