Cleanup CSS: re-order classes
This commit is contained in:
parent
61513e3c35
commit
3c3ee45eb3
@ -506,13 +506,6 @@ label {
|
|||||||
box-shadow: 0 0 0 var(--wiz-progress-indicator-border-width) var(--wiz-progress-indicator-color-current);
|
box-shadow: 0 0 0 var(--wiz-progress-indicator-border-width) var(--wiz-progress-indicator-color-current);
|
||||||
}
|
}
|
||||||
|
|
||||||
.setup-step {
|
|
||||||
background-color: var(--color-background-column);
|
|
||||||
border-radius: var(--border-radius);
|
|
||||||
padding: var(--spacer) var(--spacer-lg);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
body.is-first-time-wizard #app {
|
body.is-first-time-wizard #app {
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"header"
|
"header"
|
||||||
@ -549,6 +542,12 @@ body.is-first-time-wizard #app {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.setup-step {
|
||||||
|
background-color: var(--color-background-column);
|
||||||
|
border-radius: var(--border-radius);
|
||||||
|
padding: var(--spacer) var(--spacer-lg);
|
||||||
|
}
|
||||||
|
|
||||||
.setup-container h1 {
|
.setup-container h1 {
|
||||||
font-size: xx-large;
|
font-size: xx-large;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user