new look / search list / restaurant view

This commit is contained in:
2020-07-24 20:27:05 +02:00
parent 2ab445670e
commit ad2a945965
14 changed files with 208 additions and 44 deletions

View File

@@ -0,0 +1,36 @@
.restaurant-container {
min-width: 100vw;
height: 100%;
h1 {
font-weight: 100;
font-size: 3rem;
margin: 16px;
margin-bottom: 4px;
}
p {
margin: 6px;
color: $secondary-color;
}
hr {
border: solid 1px $main-color;
}
}
.restaurant-hero {
width: 100%;
height: 400px;
background-size: cover;
display: flex;
align-items: flex-end;
}
.restaurant-pictograms {
background-color: white;
width: fit-content;
padding: 4px;
margin: 20px;
border-radius: 50px;
.pictograms-container {
margin: 8px;
}
}