web client v0.3

+ restaurant view
+ restaurants list
This commit is contained in:
2020-09-23 18:42:15 +02:00
parent 68ecf13aa1
commit e19b767c12
6 changed files with 108 additions and 44 deletions

View File

@@ -0,0 +1,15 @@
.editRestaurant-container {
min-width: 70%;
min-height: 600px;
max-width: 100%;
background-color: $dark-gray;
border-radius: 15px;
display: flex;
flex-direction: row;
}
.editRestaurant-menu {
width: 100%;
max-width: 280px;
color: #c0c0c0;
}