From fd5036027822c691098f80fd38ba69d7af805884 Mon Sep 17 00:00:00 2001 From: Jacob Shandling <61553566+jacobshandling@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:13:02 -0700 Subject: [PATCH] Fix setup page styling (#12936) ## Addresses #12935 Screenshot 2023-07-24 at 11 04 11 AM Screenshot 2023-07-24 at 11 03 10 AM # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/` - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling --- changes/12935-fix-setup-flow-styling | 1 + frontend/pages/RegistrationPage/Breadcrumbs/_styles.scss | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 changes/12935-fix-setup-flow-styling diff --git a/changes/12935-fix-setup-flow-styling b/changes/12935-fix-setup-flow-styling new file mode 100644 index 0000000000..f8e0bde4fb --- /dev/null +++ b/changes/12935-fix-setup-flow-styling @@ -0,0 +1 @@ +* Fixed the styling of the initial setup flow diff --git a/frontend/pages/RegistrationPage/Breadcrumbs/_styles.scss b/frontend/pages/RegistrationPage/Breadcrumbs/_styles.scss index 3db035de1b..0d96390fce 100644 --- a/frontend/pages/RegistrationPage/Breadcrumbs/_styles.scss +++ b/frontend/pages/RegistrationPage/Breadcrumbs/_styles.scss @@ -20,6 +20,7 @@ display: flex; flex-direction: column; align-items: center; + justify-content: center; &::before { content: ""; @@ -31,7 +32,7 @@ left: 90px; @include breakpoint(tablet) { - bottom: 25px; + bottom: 21px; } } @@ -81,7 +82,6 @@ &::after { background-color: transparent; border: 2px solid $core-white; - margin-top: 13px; } } @@ -119,7 +119,6 @@ &::after { background-color: transparent; border: 2px solid $core-white; - margin-top: 13px; } } @@ -160,7 +159,6 @@ &::after { background-color: transparent; border: 2px solid $core-white; - margin-top: 13px; } }