From 9b5cb6e767b7dd17916e2fb190601621dfa2b6d2 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Mon, 19 Jun 2023 09:19:33 -0400 Subject: [PATCH] CSR-1440 | Changing styling to match new Figma --- .../time-slot-modal-question/time-slot-modal-question.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layouts/schedule/time-slot-modal-question/time-slot-modal-question.vue b/src/layouts/schedule/time-slot-modal-question/time-slot-modal-question.vue index 34086b728..0b4c15441 100644 --- a/src/layouts/schedule/time-slot-modal-question/time-slot-modal-question.vue +++ b/src/layouts/schedule/time-slot-modal-question/time-slot-modal-question.vue @@ -32,7 +32,7 @@ :customText="dropoffDisclaimerText" justifyText="left" typeStyle="caption" - class="mb-2 mt-4" /> + class="mb-2" /> @@ -316,7 +316,7 @@ export default { margin-bottom: 0 !important; } .text-block.duration-text-block { - margin-top: 0 !important; + margin-top: 4px !important; } .supplemental-information { line-height: 1.5rem; @@ -325,7 +325,7 @@ export default { font-weight: $font-weight-bold; } li:not(:last-child) { - margin-bottom: 16px; + margin-bottom: 8px; } } }