diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index f27f833a0..6041a878c 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -366,6 +366,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;