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

@@ -43,7 +43,6 @@
width: 100%;
display: flex;
padding: 4px;
margin-top: 20px;
border-radius: 50px;
.pictograms-container {
margin: 8px;
@@ -51,7 +50,7 @@
}
.restaurant-dishes {
min-width: 60%;
min-width: 80%;
h3 {
font-size: 1.2rem;
font-weight: 400;
@@ -59,8 +58,6 @@
}
.restaurant-content {
padding-top: 10rem;
padding-bottom: 10rem;
width: 100%;
display: flex;
justify-content: center;
@@ -70,12 +67,11 @@
.restaurant-info {
text-align: center;
background-color: #1d1d1d;
box-shadow: -2px 10px 20px rgba(0, 0, 0, 0.212);
p {
font-size: 0.9rem;
font-weight: 300;
margin-top: 8px;
margin-bottom: 8px;
margin-top: 4px;
margin-bottom: 4px;
}
hr {
border: 1px solid $dark-gray;