Dish cards

This commit is contained in:
2020-07-30 21:04:13 +02:00
parent ad2a945965
commit bf609fc5cd
14 changed files with 173 additions and 2 deletions

29
src/styles/DishList.scss Normal file
View 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;
}