From 28218b456a4e645e39e5f29695f1c60831a157ed Mon Sep 17 00:00:00 2001 From: Ajay krishna Date: Fri, 25 Oct 2024 22:21:22 +0530 Subject: [PATCH] removed unwanted styles --- forms-flow-theme/scss/historyModal.scss | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/forms-flow-theme/scss/historyModal.scss b/forms-flow-theme/scss/historyModal.scss index f0f114de8..2a8e9f24c 100644 --- a/forms-flow-theme/scss/historyModal.scss +++ b/forms-flow-theme/scss/historyModal.scss @@ -125,19 +125,4 @@ } } } -.modal-50w { - .modal-header { - border-bottom: 1px solid var(--ff-gray-000) !important; - } - .modal-body { - padding: var(--spacer-200) var(--spacer-250) !important; - font-size: var(--font-size-sm); - font-weight: var(--font-weight-sm); - line-height: var(--text-line-height); - } - .modal-footer { - display: flex; - justify-content: flex-start !important; - border-top: 1px solid var(--ff-gray-000) !important; - } -} +