diff --git a/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.scss b/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.scss index e100ac057..7a791de3c 100644 --- a/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.scss +++ b/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.scss @@ -45,7 +45,6 @@ font-weight: 400; font-size: 14px; color: var(--primary-text); - opacity: 0.75; } .subtitle { @@ -59,16 +58,8 @@ white-space: nowrap; } -.plan-stepper { - position: fixed; - display: flex; - flex-direction: column; - height: calc(100vh - 190px); - overflow-y: auto; -} - .stepper-options { - height: calc(100vh - 550px); + height: calc(100vh - 29rem); overflow-y: auto; } @@ -79,8 +70,7 @@ letter-spacing: 0px; color: var(--dark-gray); opacity: 0.6; - margin: 2.875rem 0rem 2.875rem 0rem; - padding-left: 1rem; + margin: 2.5rem 0rem 1.5rem 1rem; } .stepper-list li { @@ -368,7 +358,7 @@ a:hover { .form-container{ margin-top: 9rem; } - .form { + #editor-form { height: fit-content !important; } }