From f31ec7021cb0aa24f9d84a18b2e644acd912bc83 Mon Sep 17 00:00:00 2001 From: jjh Date: Fri, 1 Sep 2023 18:27:41 +0900 Subject: [PATCH] =?UTF-8?q?width=20=EC=B6=94=EA=B0=80.=20w-10=20w-15=20w-2?= =?UTF-8?q?0?= 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, 12 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 cd253bf1..5e53fde3 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 @@ -10961,6 +10961,18 @@ button.list-group-item-gray.active { width: auto !important; } +.w-10 { + width: 10% !important; +} + +.w-15 { + width: 15% !important; +} + +.w-20 { + width: 20% !important; +} + .w-25 { width: 25% !important; }