{!showDishList && }
+ {(showDishList && restaurant.lunchMenu) &&
Zestawy
}
{(showDishList && restaurant.lunchMenu) && }
Menu
{!showDishList && }
diff --git a/src/styles/Dish.scss b/src/styles/Dish.scss
index d9fd7cf..1504f8b 100644
--- a/src/styles/Dish.scss
+++ b/src/styles/Dish.scss
@@ -47,13 +47,13 @@
.dish-content {
h5 {
font-size: 1rem;
- font-weight: 300;
+ font-weight: 500;
margin: 0 0 0 auto;
}
p {
color: $gray;
margin: 0 auto 0 0;
- font-weight: 500;
+ font-weight: 300;
}
}
diff --git a/src/styles/DishList.scss b/src/styles/DishList.scss
index 570fa5e..26ea393 100644
--- a/src/styles/DishList.scss
+++ b/src/styles/DishList.scss
@@ -13,7 +13,6 @@ h4 {
width: 95%;
cursor: pointer;
transition: all 0.2s;
-
h2 {
font-weight: 500;
color: $main-color;
@@ -28,10 +27,20 @@ h4 {
background-color: $secondary-color;
background-size: cover;
background-position: center;
- width: 120px;
- height: 120px;
+ width: 100px;
+ height: 100px;
border-radius: 20px;
- margin: 0px 14px 0px 0px;
+ margin: 0px 12px 0px 0px;
+}
+
+.lunch-carddish-img {
+ background-color: $secondary-color;
+ background-size: cover;
+ background-position: center;
+ width: 60px;
+ height: 60px;
+ border-radius: 14px;
+ margin: 0px 12px 0px 0px;
}
.carddish-left {
@@ -42,11 +51,14 @@ h4 {
margin: auto;
}
p {
- font-size: 14px;
+ font-size: 12px;
font-weight: 400;
margin-left: auto;
color: #c9c9c9;
}
+ h3{
+ margin: auto 12px auto 12px;
+ }
}
.carddish-left-info {
@@ -76,6 +88,14 @@ h4 {
}
}
+.lunch-carddish-right{
+ display: flex;
+ flex-direction: column;
+ margin-right: 5px;
+ align-items: flex-end;
+ justify-content: center;
+}
+
.carddish-prices-multi {
margin-right: 6px;
margin-top: 6px;
diff --git a/src/styles/EditRestaurant.scss b/src/styles/EditRestaurant.scss
index 41d6ea8..2349ac5 100644
--- a/src/styles/EditRestaurant.scss
+++ b/src/styles/EditRestaurant.scss
@@ -122,6 +122,10 @@
align-items: center;
}
+.editRestaurant-dishLeft-header{
+ margin-right: 12px;
+}
+
.editRestaurant-dish:hover {
background-color: #3b3b3b;
}