Dish cards
This commit is contained in:
29
src/styles/DishList.scss
Normal file
29
src/styles/DishList.scss
Normal file
@@ -0,0 +1,29 @@
|
||||
.dishlist-container {
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.carddish-container {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
||||
h2 {
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
|
||||
.carddish-img {
|
||||
background-color: $secondary-color;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
border-radius: 75px;
|
||||
margin: 0px 20px 0px 0px;
|
||||
}
|
||||
|
||||
.carddish-left {
|
||||
display: flex;
|
||||
}
|
||||
@@ -1,6 +1,9 @@
|
||||
.restaurant-container {
|
||||
min-width: 100vw;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
align-items: center;
|
||||
h1 {
|
||||
font-weight: 100;
|
||||
font-size: 3rem;
|
||||
@@ -34,3 +37,7 @@
|
||||
margin: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.restaurant-dishes {
|
||||
min-width: 70%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user