web client v0.10 (restaurant view)

This commit is contained in:
2020-10-05 19:33:52 +02:00
parent b3ade3de7d
commit 06728d32f1
12 changed files with 146 additions and 50 deletions

View File

@@ -1,9 +1,14 @@
@import "./Design.scss";
.search-results {
min-width: 60%;
max-width: 90%;
}
.card-restaurant {
border-radius: 15px;
padding: 10px;
margin: 20px 0px 20px 0px;
padding: 4px;
margin: 10px 0px 10px 0px;
background-color: #202020;
color: $secondary-color;
max-width: 70vw;