web client v0.6 (add dish)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user