From 8ca61c05fdd06bbfc8fcd7921e37eb4ffeb137a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Tue, 29 Apr 2025 09:30:31 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9B=90=20=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=ED=8C=9D=EC=97=85=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/images/layout/modal_close.svg | 3 ++ .../images/layout/modal_header_icon.svg | 4 ++ src/app/main/page.tsx | 2 +- src/components/main/MemberInformationPop.tsx | 41 ++++++++++++++++--- src/styles/components/_index.scss | 3 +- src/styles/components/_pop-contents.scss | 16 ++++++++ src/styles/layout/_layout.scss | 1 + src/styles/layout/_pop-common.scss | 38 +++++++++++++++-- 8 files changed, 97 insertions(+), 11 deletions(-) create mode 100644 public/assets/images/layout/modal_close.svg create mode 100644 public/assets/images/layout/modal_header_icon.svg create mode 100644 src/styles/components/_pop-contents.scss diff --git a/public/assets/images/layout/modal_close.svg b/public/assets/images/layout/modal_close.svg new file mode 100644 index 0000000..e8a1829 --- /dev/null +++ b/public/assets/images/layout/modal_close.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/images/layout/modal_header_icon.svg b/public/assets/images/layout/modal_header_icon.svg new file mode 100644 index 0000000..604629e --- /dev/null +++ b/public/assets/images/layout/modal_header_icon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/app/main/page.tsx b/src/app/main/page.tsx index 17fad20..1394195 100644 --- a/src/app/main/page.tsx +++ b/src/app/main/page.tsx @@ -13,7 +13,7 @@ export default function MainPage(){