diff --git a/src/iss-components/cart-dropdown/cart-dropdown.vue b/src/iss-components/cart-dropdown/cart-dropdown.vue index 1831ba68..5aba7f8d 100644 --- a/src/iss-components/cart-dropdown/cart-dropdown.vue +++ b/src/iss-components/cart-dropdown/cart-dropdown.vue @@ -31,7 +31,7 @@
+ class="d-flex justify-content-between align-items-center py-2"> {{ deductibleLabel }} {{ getDisplayed(deductible) }}
@@ -50,7 +50,7 @@ class="px-5">
+ class="py-2 d-flex justify-content-between align-items-center"> @@ -62,7 +62,7 @@
-
+
{{ item?.name ?? '' }} + class="px-5 py-2 non-packaged-cart-item">
+ class="py-2 col d-flex justify-content-between"> {{ subtotalLabel }} {{ getDisplayed(subTotal) }}
+ class="py-2 col d-flex justify-content-between"> {{ salesTaxLabel }} {{ formatAmountInDollars(salesTax) }}
+ class="py-2 col d-flex justify-content-between"> {{ amountPaidLabel }} {{ getDisplayed(amountPaid) }}
@@ -556,7 +556,7 @@ export default { .bottom-amount-due { color: $white; background-color: $green; - padding: 0.25rem 1.5rem; + padding: 0.5rem 1.5rem; } }