display multiple prices / visual changes

This commit is contained in:
2020-11-12 18:23:52 +01:00
parent dd9501e3cc
commit 840407cd8f
6 changed files with 58 additions and 18 deletions

View File

@@ -40,12 +40,13 @@ h4 {
.carddish-left {
display: flex;
h2 {
font-size: 1.1rem;
font-size: 16px;
font-weight: 500;
margin: auto;
}
p {
font-size: 13px;
font-weight: 500;
margin-left: auto;
color: $gray;
}
@@ -57,15 +58,31 @@ h4 {
justify-content: space-between;
}
.carddish-left-middle {
margin-top: 8px;
p {
margin: auto;
margin-bottom: 3px;
}
}
.carddish-right {
display: flex;
flex-direction: column;
margin-right: 1rem;
margin-right: 5px;
align-items: flex-end;
justify-content: space-between;
h5 {
font-weight: 500;
font-size: 1rem;
font-size: 14px;
margin-top: 4px;
}
}
.carddish-prices-multi {
text-align: end;
h5 {
margin-top: 0;
margin-bottom: 4px;
}
}

View File

@@ -1,6 +1,10 @@
.pictograms-container {
height: 30px;
margin: 0px 8px 8px 0px;
margin: 0px 8px 0px 0px;
background-color: #444444;
border-radius: 24px;
padding: 2px;
width: fit-content;
}
.pictograms-container-separated {
@@ -11,8 +15,8 @@
.pictogram {
margin: 6px;
height: 20px;
width: 20px;
height: 16px;
width: 16px;
}
.separate-pictogram {