web client v0.3
+ restaurant view + restaurants list
This commit is contained in:
15
src/styles/EditRestaurant.scss
Normal file
15
src/styles/EditRestaurant.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user