Remove per-variant subtotal from mobile view

This commit is contained in:
Maikel Linke
2020-03-16 16:22:48 +11:00
parent 25e309b8cc
commit 61d55ff16f
2 changed files with 4 additions and 15 deletions

View File

@@ -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 }}

View File

@@ -95,16 +95,7 @@
}
@include breakpoint(phablet) {
background: #777;
color: $disabled-med;
.filled {
color: white;
}
.table-cell {
height: 27px;
}
display: none;
}
}
}