DEV: move the margin to 'configure more' link on the setup wizard (#25626)

This commit is contained in:
Ella E 2024-02-09 13:55:50 -07:00 committed by GitHub
parent c49eb373de
commit 427e11b177
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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") {