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; } }