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;

View File

@@ -1,7 +1,8 @@
.editRestaurant-container {
min-width: 70%;
min-height: 600px;
max-width: 100%;
max-height: 80vh;
max-width: 80%;
background-color: $dark-gray;
border-radius: 15px;
display: flex;
@@ -27,7 +28,6 @@
justify-content: space-between;
align-items: center;
width: 100%;
max-height: 600px;
overflow: auto;
h3 {
font-weight: 400;
@@ -53,6 +53,7 @@
grid-column-start: 1;
grid-column-end: 3;
margin-bottom: 16px;
width: 100%;
}
.workingHours-container {