diff --git a/public/css/hop-styling.css b/public/css/hop-styling.css index c81dda28e..8a9e68081 100644 --- a/public/css/hop-styling.css +++ b/public/css/hop-styling.css @@ -21,7 +21,7 @@ body span { line-height: 24px; } body a { - color: #1574A1; + color: #0070D1; text-decoration: none; } body .form-group { diff --git a/public/scss/hop-styling.scss b/public/scss/hop-styling.scss index a71e4aa41..ec4a7f203 100644 --- a/public/scss/hop-styling.scss +++ b/public/scss/hop-styling.scss @@ -24,7 +24,7 @@ body { } a { - color: #1574A1; + color: #0070D1; text-decoration: none; } diff --git a/src/assets/img/logo.svg b/src/assets/img/logo.svg index 5892bbdaf..8f739ca15 100644 --- a/src/assets/img/logo.svg +++ b/src/assets/img/logo.svg @@ -1,6 +1,3 @@ -", buttonFooterCopy: "buttonFooterCopy test copy", buttonAuxillaryCopy: "buttonAuxillaryCopy test copy", - additionalButtonData: { strikeThroughPrice: "strikeThroughPrice test copy" }, + additionalButtonData: { + strikeThroughPrice: "strikeThroughPrice test copy", + servicePackageDiscount: true, + Text: "Special save", + }, }; function setupMocks({ mountOptionsMockData = {} }) { diff --git a/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue b/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue index 4eb1fad2c..b355bbb32 100644 --- a/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue +++ b/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue @@ -1,24 +1,51 @@