From 52c50272887d49a7b867d24ee289048e9bd218be Mon Sep 17 00:00:00 2001 From: jjh Date: Thu, 10 Aug 2023 17:57:04 +0900 Subject: [PATCH] =?UTF-8?q?width=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../css/fims/framework/common/xit-core.css | 16 ++++++++++++++++ 1 file changed, 16 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 4193f6d7..9744c709 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 @@ -10953,6 +10953,10 @@ button.list-group-item-gray.active { width: 35% !important; } +.w-40 { + width: 40% !important; +} + .w-45 { width: 45% !important; } @@ -10981,10 +10985,22 @@ button.list-group-item-gray.active { width: 75% !important; } +.w-80 { + width: 80% !important; +} + .w-85 { width: 85% !important; } +.w-90 { + width: 90% !important; +} + +.w-95 { + width: 95% !important; +} + .w-100 { width: 100% !important; }