From 82d3748476a79b0ac775cea8f61d3fc33cc2d10a Mon Sep 17 00:00:00 2001 From: sheena Date: Fri, 15 Sep 2023 16:14:30 +0530 Subject: [PATCH] CSR-1584 Updated the font color and weight --- src/layouts/estimate/estimate.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 23420751d..8a42bbdf4 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -361,6 +361,10 @@ export default { .vinlookupquestion p { margin-bottom: 0; } +.vinlookupquestion strong { + font-weight: 500; + color: $black; +} .vinlookupquestion p:nth-child(2) { font-size: 0.875rem; margin-bottom: 1rem;