Also fix bottom bar for password reset

This commit is contained in:
Johannes Zellner
2023-06-19 14:08:10 +02:00
parent af9175b30c
commit c8fe2611ba
3 changed files with 22 additions and 15 deletions
+13
View File
@@ -828,6 +828,19 @@ multiselect {
cursor: not-allowed;
}
// ----------------------------
// Login and password forms
// ----------------------------
.card-form-bottom-bar {
display: flex;
justify-content: space-between;
}
.card-form-bottom-bar > * {
align-self: center;
}
// ----------------------------
// Appstore view
// ----------------------------