web client changfed

This commit is contained in:
2020-10-06 22:03:53 +02:00
parent 06728d32f1
commit becf66a5fa
12 changed files with 202 additions and 92 deletions

View File

@@ -54,10 +54,14 @@ h4 {
}
.carddish-right {
display: flex;
flex-direction: column;
margin-right: 1rem;
align-items: flex-end;
justify-content: space-between;
h5 {
font-weight: 500;
font-size: 1rem;
margin-top: 1rem;
margin-right: 1rem;
margin-top: 4px;
}
}

View File

@@ -52,7 +52,7 @@
.restaurant-dishes {
min-width: 80%;
h3 {
font-size: 1.2rem;
font-size: 1rem;
font-weight: 400;
}
}
@@ -88,3 +88,22 @@
font-weight: 400;
color: $gray;
}
.hours {
display: flex;
}
.hours-left {
margin-left: auto;
text-align: right;
}
.hours-right {
text-align: left;
margin-right: auto;
p {
font-weight: 400;
color: $gray;
}
}