From 427e11b1779ca01b8eeda54d99b56ac44f244996 Mon Sep 17 00:00:00 2001 From: Ella E Date: Fri, 9 Feb 2024 13:55:50 -0700 Subject: [PATCH] DEV: move the margin to 'configure more' link on the setup wizard (#25626) --- app/assets/stylesheets/wizard.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/wizard.scss b/app/assets/stylesheets/wizard.scss index bddf0757ac5..497b79f3f75 100644 --- a/app/assets/stylesheets/wizard.scss +++ b/app/assets/stylesheets/wizard.scss @@ -366,7 +366,6 @@ body.wizard { } &__button.primary { - margin-left: 1em; background-color: var(--tertiary); color: var(--secondary); @include breakpoint("mobile-extra-large") { @@ -388,7 +387,7 @@ body.wizard { } &__button.configure-more { - //background-color: var(--primary-200); + margin-right: 1em; background-color: transparent; color: var(--tertiary); @include breakpoint("mobile-extra-large") {