Added categories / add category

This commit is contained in:
2020-09-28 20:27:55 +02:00
parent c6a9ed4ec0
commit 6391c99d07
4 changed files with 126 additions and 25 deletions

View File

@@ -73,3 +73,21 @@
margin: auto 6px auto 6px;
}
}
.editRestaurant-addCategory {
display: flex;
align-items: center;
padding-left: 8px;
padding-right: 8px;
}
.editRestaurant-categorySpan {
flex-grow: 10;
display: flex;
align-items: center;
justify-content: flex-end;
h5 {
font-weight: 300;
font-size: 14px;
}
}

View File

@@ -62,6 +62,7 @@
.image-upload-container-wide {
display: flex;
width: 100%;
flex-direction: column;
align-items: flex-end;
}