mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
DEV: move the margin to 'configure more' link on the setup wizard (#25626)
This commit is contained in:
@ -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") {
|
||||
|
Reference in New Issue
Block a user