From a6d88fae03e3813751b4533fed155555e407efd3 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Thu, 14 Mar 2024 09:53:37 +0900 Subject: [PATCH] =?UTF-8?q?svg=EC=95=84=EC=9D=B4=EC=BD=98=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-icon.css | 7 +++++++ src/main/webapp/resources/image/department.svg | 1 + src/main/webapp/resources/image/si.svg | 1 + 3 files changed, 9 insertions(+) create mode 100644 src/main/webapp/resources/image/department.svg create mode 100644 src/main/webapp/resources/image/si.svg diff --git a/src/main/webapp/resources/css/fims/framework/common/xit-icon.css b/src/main/webapp/resources/css/fims/framework/common/xit-icon.css index 9df013c8..6c92b8c0 100644 --- a/src/main/webapp/resources/css/fims/framework/common/xit-icon.css +++ b/src/main/webapp/resources/css/fims/framework/common/xit-icon.css @@ -9,6 +9,13 @@ content: url("../../../../image/korea-post.svg"); } +.xit-si::before { + content: url("../../../../image/si.svg"); +} +.xit-department::before { + content: url("../../../../image/department.svg"); +} + .svg-cctv-fixed:before { --bs-origin : url("../../../../../file/modifySvg/고정형cctv.svg"); --bs-active : url("../../../../../file/modifySvg/고정형cctv.svg?modify=active"); diff --git a/src/main/webapp/resources/image/department.svg b/src/main/webapp/resources/image/department.svg new file mode 100644 index 00000000..f7e4e117 --- /dev/null +++ b/src/main/webapp/resources/image/department.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/webapp/resources/image/si.svg b/src/main/webapp/resources/image/si.svg new file mode 100644 index 00000000..800d2e65 --- /dev/null +++ b/src/main/webapp/resources/image/si.svg @@ -0,0 +1 @@ + \ No newline at end of file