From 4a0a80ce7f7f8b587d7df215e7d446ca969f14c8 Mon Sep 17 00:00:00 2001 From: jjh Date: Mon, 15 Jan 2024 16:32:25 +0900 Subject: [PATCH] =?UTF-8?q?w-78=20=EC=B6=94=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/css/fims/framework/common/xit-core.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/resources/css/fims/framework/common/xit-core.css b/src/main/webapp/resources/css/fims/framework/common/xit-core.css index 7077edc2..e484edd8 100644 --- a/src/main/webapp/resources/css/fims/framework/common/xit-core.css +++ b/src/main/webapp/resources/css/fims/framework/common/xit-core.css @@ -1770,18 +1770,18 @@ progress { table.compress-cell-w > :not(caption) > * > * { padding-left: 7px !important; - padding-right: 7px !important; + padding-right: 7px !important; } table.compress-cell-h > :not(caption) > * > * { padding-top: 4px !important; - padding-bottom: 4px !important; + padding-bottom: 4px !important; } table.compress-cell > :not(caption) > * > * { padding-left: 7px !important; padding-right: 7px !important; padding-top: 4px !important; - padding-bottom: 4px !important; + padding-bottom: 4px !important; } .table > tbody { @@ -9758,7 +9758,7 @@ form select.selectpicker.is-invalid ~ .btn { @media (min-width: 576px) { .modal-content { box-shadow: 0 2px 20px 0 rgba(67, 89, 113, 0.45); - } + } } .progress { @@ -11096,6 +11096,10 @@ button.list-group-item-gray.active { width: 75% !important; } +.w-78 { + width: 78% !important; +} + .w-80 { width: 80% !important; }