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

@@ -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 {