diff --git a/app/assets/javascripts/templates/shop_variant.html.haml b/app/assets/javascripts/templates/shop_variant.html.haml index 71ca3c33ec..be9161924f 100644 --- a/app/assets/javascripts/templates/shop_variant.html.haml +++ b/app/assets/javascripts/templates/shop_variant.html.haml @@ -6,6 +6,9 @@ %i.ofn-i_056-bulk>< %em>< \ {{::'bulk' | t}} + .medium-1.large-1.columns.total-price + %span{"ng-class" => "{filled: variant.line_item.total_price}"} + {{ variant.line_item.total_price | localizeCurrency }} %ng-include{src: "'partials/shop_variant_no_group_buy.html'"} %ng-include{src: "'partials/shop_variant_with_group_buy.html'"} @@ -24,8 +27,3 @@ "price-breakdown-append-to-body" => "true", "price-breakdown-placement" => "left", "price-breakdown-animation" => true} - - .small-12.medium-2.large-2.columns.total-price.text-right - .table-cell - %strong{"ng-class" => "{filled: variant.line_item.total_price}"} - {{ variant.line_item.total_price | localizeCurrency }} diff --git a/app/assets/stylesheets/darkswarm/_shop-product-rows.scss b/app/assets/stylesheets/darkswarm/_shop-product-rows.scss index d4eda0247b..460cd02b62 100644 --- a/app/assets/stylesheets/darkswarm/_shop-product-rows.scss +++ b/app/assets/stylesheets/darkswarm/_shop-product-rows.scss @@ -95,16 +95,7 @@ } @include breakpoint(phablet) { - background: #777; - color: $disabled-med; - - .filled { - color: white; - } - - .table-cell { - height: 27px; - } + display: none; } } }