From 4d5096c049631580dbd6974bcece4b444ed2ee9a Mon Sep 17 00:00:00 2001 From: sheena Date: Thu, 3 Aug 2023 14:48:42 +0530 Subject: [PATCH 1/2] CSR-1584 updated the fonts --- src/layouts/estimate/estimate.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index d18af242c..294048397 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -356,8 +356,12 @@ export default { From 18b96818d45c1b11fc4e1e313e3fff898f6ec321 Mon Sep 17 00:00:00 2001 From: sheena Date: Thu, 3 Aug 2023 14:52:50 +0530 Subject: [PATCH 2/2] Update estimate.vue --- src/layouts/estimate/estimate.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 294048397..97b684d0f 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -359,9 +359,9 @@ export default { font-size: 14px; font-weight: 400; color: $black; -strong{ - font-size:1rem; - font-weight:500; -} + strong { + font-size: 1rem; + font-weight: 500; + } }