From fb630b323244fdf42fe0d91d663f7b30b361274e Mon Sep 17 00:00:00 2001 From: jjh Date: Thu, 10 Aug 2023 17:51:14 +0900 Subject: [PATCH] =?UTF-8?q?w-30=20=EC=B6=94=EA=B0=80=20w-35=20=EC=B6=94?= =?UTF-8?q?=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 | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ca5339f1..4193f6d7 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 @@ -10945,6 +10945,14 @@ button.list-group-item-gray.active { width: 25% !important; } +.w-30 { + width: 30% !important; +} + +.w-35 { + width: 35% !important; +} + .w-45 { width: 45% !important; }