From e300b81964771c27c481358cd4b68ba2c0622d44 Mon Sep 17 00:00:00 2001 From: sheena Date: Fri, 1 Sep 2023 18:13:05 +0530 Subject: [PATCH] CSR-1615 --- .../mobile-location-modal-questions.vue | 4 ++-- src/layouts/service-location/service-location.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue index abd3a38e4..0fef11cb1 100644 --- a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue +++ b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue @@ -307,9 +307,9 @@ export default { } #mobileLocationLinkPromptId { - white-space: pre-line; + white-space: pre-line; } -.text-black{ +.text-black { color: $black; } diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index f06ee3aeb..9fca2f77e 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -430,7 +430,7 @@ export default { .question-text { & > span { text-align: center; - color:$black; + color: $black; } }