mirror of
https://github.com/discourse/discourse.git
synced 2025-06-11 05:53:49 +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 {
|
&__button.primary {
|
||||||
margin-left: 1em;
|
|
||||||
background-color: var(--tertiary);
|
background-color: var(--tertiary);
|
||||||
color: var(--secondary);
|
color: var(--secondary);
|
||||||
@include breakpoint("mobile-extra-large") {
|
@include breakpoint("mobile-extra-large") {
|
||||||
@ -388,7 +387,7 @@ body.wizard {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__button.configure-more {
|
&__button.configure-more {
|
||||||
//background-color: var(--primary-200);
|
margin-right: 1em;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: var(--tertiary);
|
color: var(--tertiary);
|
||||||
@include breakpoint("mobile-extra-large") {
|
@include breakpoint("mobile-extra-large") {
|
||||||
|
Reference in New Issue
Block a user