Product list: Show number of items currently in cart (Z#23212546) (#5599)

* Product list: Show number of items currently in cart

* Apply suggestions from code review

Co-authored-by: Richard Schreiber <schreiber@rami.io>

* Add display property

---------

Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
Raphael Michel
2025-11-11 08:05:40 +01:00
committed by GitHub
parent d1ae579a6f
commit e99eecb8be
3 changed files with 38 additions and 4 deletions

View File

@@ -574,6 +574,7 @@ h2 .label {
.textbubble-success, .textbubble-success-warning, .textbubble-info, .textbubble-warning, .textbubble-danger {
display: inline-block;
padding: 0 .4em;
border-radius: $border-radius-base;
font-weight: bold;