Setup Screen: align btn-bar to the right when only containing one button

This commit is contained in:
Pablo Vazquez 2022-07-20 18:30:58 +02:00 committed by Francesco Siddi
parent 35abc3e02c
commit 9d7fe1e479

View File

@ -278,6 +278,10 @@ body.is-first-time-wizard #app {
}
}
.btn-bar-wide .btn:last-child {
margin-left: auto;
}
.setup-container {
--color-check-failed: var(--color-status-failed);
--color-check-ok: var(--color-status-completed);