Group identical add-ons in cart (#2500)

Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
Raphael Michel
2022-03-01 15:49:16 +01:00
committed by GitHub
parent a9b0651345
commit b74f5508b7
7 changed files with 29 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
.count form {
display: inline;
}
.price, .count, .download-desktop {
.price, .download-desktop {
text-align: right;
}
.price small,
@@ -55,6 +55,7 @@
}
.count {
width: percentage((2 / $grid-columns));
text-align: center;
}
.singleprice, .totalprice {
width: percentage((3 / $grid-columns));