little added to EditRestaurant

This commit is contained in:
2020-09-23 19:53:30 +02:00
parent e19b767c12
commit 315c58cc8d
2 changed files with 128 additions and 11 deletions

View File

@@ -10,6 +10,18 @@
.editRestaurant-menu {
width: 100%;
border-radius: 15px 0px 0px 15px;
background-color: #323232;
max-width: 280px;
color: #c0c0c0;
}
.editRestaurant-title {
font-weight: 300;
}
.editRestaurant-tab {
display: flex;
flex-flow: column;
width: 100%;
}