web client v0.4 (edit restaurant info)
This commit is contained in:
@@ -21,7 +21,51 @@
|
||||
}
|
||||
|
||||
.editRestaurant-tab {
|
||||
padding: 16px;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
max-height: 600px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.editRestaurant-doubleColumn {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
.editRestaurant-bottom {
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
.editRestaurant-fullWidth {
|
||||
padding: 0px 16px 0px 16px;
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 3;
|
||||
}
|
||||
|
||||
.editRestaurant-sectiontitle {
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 3;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.workingHours-container {
|
||||
border: 1px solid #1f1f1f;
|
||||
border-radius: 6px;
|
||||
padding-top: 12px;
|
||||
padding-bottom: 12px;
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
.workingHours-day {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 3fr 1fr;
|
||||
h5 {
|
||||
align-self: center;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
margin: auto 6px auto 6px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -53,3 +53,7 @@
|
||||
.input-image + label:hover {
|
||||
background-color: #fd9800;
|
||||
}
|
||||
|
||||
.newRestaurant-bottom {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user