From 0c459bc408c6358ca92f637bce8fbf1cf6045b57 Mon Sep 17 00:00:00 2001 From: Jethe Date: Tue, 11 Apr 2023 14:25:06 +0530 Subject: [PATCH 1/2] Front End of service-location page SSR-370 --- .../service-location/service-location.vue | 93 +++++++++++++++---- 1 file changed, 76 insertions(+), 17 deletions(-) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index ae932ac0..76a6c34b 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -1,14 +1,23 @@ - +#sub-header span { + color:#000000; +} +.question-text { + & > span { + line-height: 1.500rem; + } +} +.list-card-content p { + &:first-of-type { + line-height: 1.5rem; + } + &:not(:nth-of-type(1)){ + line-height: 1.250rem; + } +} +.siteHeader{ + .site-header{ + margin-bottom: 1.25rem !important; + } + +} +.choose-option{ + .button-question >div { + &:first-of-type { + margin-bottom: 0.95rem; + line-height: 1.500rem; + } + } +} +.button-question{ + .row.form-test-error{ + line-height:1.500rem; + padding-left: 0rem !important; + } +} + \ No newline at end of file From 86073a18410f6fbce258e4cfd36e0b3f577adb6d Mon Sep 17 00:00:00 2001 From: Jethe Date: Tue, 11 Apr 2023 18:52:36 +0530 Subject: [PATCH 2/2] Updated ux-variables SSR-370 --- src/layouts/service-location/service-location.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 76a6c34b..36fe02e1 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -114,7 +114,7 @@ export default { } } #sub-header span { - color:#000000; + color: $black; } .question-text { & > span {