web client v0.6 (add dish)

This commit is contained in:
2020-09-30 21:57:51 +02:00
parent 6391c99d07
commit e242e01320
13 changed files with 899 additions and 64 deletions

View File

@@ -11,6 +11,13 @@
}
}
.yesno-dialog-buttons {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
.register-dialog-actions {
display: flex;
justify-content: center;