Setup Screen: align btn-bar to the right when only containing one button
This commit is contained in:
parent
35abc3e02c
commit
9d7fe1e479
@ -278,6 +278,10 @@ body.is-first-time-wizard #app {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-bar-wide .btn:last-child {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.setup-container {
|
.setup-container {
|
||||||
--color-check-failed: var(--color-status-failed);
|
--color-check-failed: var(--color-status-failed);
|
||||||
--color-check-ok: var(--color-status-completed);
|
--color-check-ok: var(--color-status-completed);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user