diff --git a/sass/css/_shop.scss b/sass/css/_shop.scss index acc835d..b37f340 100644 --- a/sass/css/_shop.scss +++ b/sass/css/_shop.scss @@ -176,7 +176,7 @@ button { } .price { - text-align: left; + text-align: right; } .item-card-name > div, diff --git a/static/js/shop.jsx b/static/js/shop.jsx index 155f0f9..c423af2 100644 --- a/static/js/shop.jsx +++ b/static/js/shop.jsx @@ -891,11 +891,18 @@ class OrderSumary extends React.PureComponent { {mode.name} - {`${currency} ${mode.price}`} +
+ {`${currency} ${mode.price}`} - + +
+ +   )} @@ -941,6 +948,13 @@ class OrderSumary extends React.PureComponent { src={`/images/${warning.icon}`} /> )} + + {!warning && ( +   + )} );