From 40b765c197d97ebe9972d5562f765a90821554fe Mon Sep 17 00:00:00 2001 From: sheena Date: Thu, 26 Oct 2023 15:06:50 +0530 Subject: [PATCH] CSR-1718 --- src/layouts/confirmation/confirmation.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/layouts/confirmation/confirmation.vue b/src/layouts/confirmation/confirmation.vue index 1dbbb09ef..b958d5b9f 100644 --- a/src/layouts/confirmation/confirmation.vue +++ b/src/layouts/confirmation/confirmation.vue @@ -260,7 +260,7 @@ export default { + p { font-size: 1rem; - margin-top:0.5rem; + margin-top: 0.5rem; font-weight: 500; } } @@ -280,7 +280,9 @@ export default { background-color: #fff; } -.appoinmenttext p{margin:0;} +.appoinmenttext p { + margin: 0; +} .calendar-section .add-to-calendar .add-to-calendar-span { cursor: pointer; @@ -299,12 +301,12 @@ export default { } .header-container { text-align: center; - padding:1rem 0 1.5rem 0; + padding: 1rem 0 1.5rem 0; p { display: inline-block; font-weight: 400; - font-size: 1.25rem; + font-size: 1.25rem; color: $black; } }