Making input label in shopfront small to distinguish from variant name and price

This commit is contained in:
summerscope
2014-06-13 14:32:06 +10:00
parent b069311475
commit 5f155df42a
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
name: "variants[{{product.master.id}}]",
id: "variants_{{product.master.id}}",
"ng-model" => "product.quantity"}
{{ product.master.unit_to_display }}
%small {{ product.master.unit_to_display }}
-# WITH GROUP BUY
.small-2.columns{"bo-if" => "product.group_buy"}

View File

@@ -18,7 +18,7 @@
max: "{{variant.on_demand && 9999 || variant.count_on_hand }}",
name: "variants[{{variant.id}}]", id: "variants_{{variant.id}}",
"bo-model" => "variant.quantity"}
{{ variant.unit_to_display }}
%small {{ variant.unit_to_display }}
-# WITH GROUP BUY
.small-2.columns{"bo-if" => "product.group_buy"}
@@ -39,7 +39,7 @@
max: "{{variant.on_demand && 9999 || variant.count_on_hand }}",
name: "variant_attributes[{{variant.id}}][max_quantity]",
"ng-model" => "variant.max_quantity"}
{{ variant.unit_to_display }}
%small {{ variant.unit_to_display }}
.small-2.columns.text-right.price
{{ variant.price | currency }}