From 0c459bc408c6358ca92f637bce8fbf1cf6045b57 Mon Sep 17 00:00:00 2001 From: Jethe Date: Tue, 11 Apr 2023 14:25:06 +0530 Subject: [PATCH] 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