diff --git a/src/iss-components/cart-dropdown/cart-dropdown.vue b/src/iss-components/cart-dropdown/cart-dropdown.vue
index dce39e7d..a8c8eef9 100644
--- a/src/iss-components/cart-dropdown/cart-dropdown.vue
+++ b/src/iss-components/cart-dropdown/cart-dropdown.vue
@@ -9,8 +9,8 @@
aria-label="expand cart details"
href="javascript:void(0)"
class="col d-flex justify-content-between py-0">
- {{ amountDueLabel }}
- {{ getDisplayed(amountDue) }}
+ {{ amountDueLabel }}
+ {{ getDisplayed(amountDue) }}
+ class="mt-4 cart-line-item color-gray-100 px-5 py-1">
{{ deductibleLabel }}
+ class="cart-label">{{ deductibleLabel }}
{{ getDisplayed(deductible) }}
{{ basePriceLabel }}
+ class="cart-label">{{ basePriceLabel }}
{{ getDisplayed(baseServicePrice) }}
@@ -134,7 +134,7 @@ export default {
background-color: $gray-100;
}
-.line-item {
+.cart-line-item {
color: $darker-gray;
}
@@ -144,12 +144,8 @@ export default {
overflow: hidden;
visibility: hidden;
}
-e3
-.cart-toggle {
- .amount-due {
- color: $green;
- }
+.cart-toggle {
&:after {
content: "";
transition: all 0.5s ease;
@@ -176,9 +172,13 @@ e3
a {
text-decoration: none;
}
- .label {
+ .cart-label {
font-weight: $font-weight-bold;
line-height: 1.625;
}
+ .amount-due {
+ color: $green;
+ }
+
}
diff --git a/src/layouts/payment-method/review-dropdown/review-dropdown.vue b/src/layouts/payment-method/review-dropdown/review-dropdown.vue
index 0a78527d..e0e69e10 100644
--- a/src/layouts/payment-method/review-dropdown/review-dropdown.vue
+++ b/src/layouts/payment-method/review-dropdown/review-dropdown.vue
@@ -9,6 +9,7 @@
href="javascript:void(0)"
class="col d-flex justify-content-between py-0">
Appointment details
+
Testing