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

@@ -4,13 +4,14 @@
@import "./styles/Footer.scss";
@import "./styles/SearchResults.scss";
@import "./styles/Pictograms.scss";
@import "./styles/Restaurant.scss";
.App {
padding: 0;
margin: 0;
height: 100%;
background-color: $bg-color;
display: flex;
background-color: $bg-color;
flex-direction: column;
align-items: center;
justify-content: space-between;
@@ -41,4 +42,5 @@ p {
justify-content: center;
text-align: center;
align-items: center;
flex-grow: 20;
}