diff --git a/src/experiment-components/donation-block.vue b/src/experiment-components/donation-block.vue
index ae6c69a93..30fe9f8ed 100644
--- a/src/experiment-components/donation-block.vue
+++ b/src/experiment-components/donation-block.vue
@@ -55,8 +55,8 @@
@@ -291,5 +291,12 @@ export default {
left: -0.25rem;
}
}
+ .custom-secondary {
+ &:hover {
+ color: $blue;
+ background: transparent;
+ border: 1px solid $blue;
+ }
+ }
}
diff --git a/src/experiment-components/service-package-radio-for-afterpay.vue b/src/experiment-components/service-package-radio-for-afterpay.vue
index 3356ee225..b936e21bf 100644
--- a/src/experiment-components/service-package-radio-for-afterpay.vue
+++ b/src/experiment-components/service-package-radio-for-afterpay.vue
@@ -78,7 +78,7 @@
in 4 interest-free payments
or
-
+
diff --git a/src/fmg-components/funnel-footer/funnel-footer.vue b/src/fmg-components/funnel-footer/funnel-footer.vue
index 89db470f0..0cff25b0b 100644
--- a/src/fmg-components/funnel-footer/funnel-footer.vue
+++ b/src/fmg-components/funnel-footer/funnel-footer.vue
@@ -11,6 +11,7 @@
diff --git a/src/layouts/insurance-company/insurance-company.vue b/src/layouts/insurance-company/insurance-company.vue
index 0f7bca7c7..c9409eb71 100644
--- a/src/layouts/insurance-company/insurance-company.vue
+++ b/src/layouts/insurance-company/insurance-company.vue
@@ -203,3 +203,9 @@ export default {
},
};
+
+
diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue
index 4b66023e0..72f7c53e0 100644
--- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue
+++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue
@@ -136,7 +136,7 @@ export default {
color: $white;
background: linear-gradient(84.45deg, #125b7e 0%, #3b8fb8 100%);
border-radius: 0.5rem;
- z-index: 5;
+ z-index: 2;
}
&:checked:focus + .list-button-horizontal-content {