diff --git a/core/static/core/style.scss b/core/static/core/style.scss index d413b656..06feea50 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -1254,6 +1254,16 @@ u, flex-wrap: wrap; flex-direction: row-reverse; + .quantity { + display: inline-block; + min-width: 1.2em; + text-align: center; + } + + .remove-item { + float: right; + } + #products { flex-basis: 100%; margin: 0.2em; diff --git a/counter/templates/counter/counter_click.jinja b/counter/templates/counter/counter_click.jinja index 36ab3ad2..37356ea0 100644 --- a/counter/templates/counter/counter_click.jinja +++ b/counter/templates/counter/counter_click.jinja @@ -56,12 +56,8 @@
{% trans %}Basket: {% endtrans %}
+