From 2b8de3d0d00de09d58cb024949cb2261b5ba1da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Fri, 7 Nov 2025 15:46:04 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EB=AA=A8=EB=8B=AC=20=EC=A0=91?= =?UTF-8?q?=EA=B8=B0=20=EB=B2=84=ED=8A=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/draggable/WithDraggable.jsx | 3 +++ src/styles/_modal.scss | 17 ++++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/src/components/common/draggable/WithDraggable.jsx b/src/components/common/draggable/WithDraggable.jsx index 7ebdf067..e962eb16 100644 --- a/src/components/common/draggable/WithDraggable.jsx +++ b/src/components/common/draggable/WithDraggable.jsx @@ -42,11 +42,14 @@ function WithDraggableHeader({ title, onClose, children }) { return (

{title}

+
+ {onClose && ( )} +
) } diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 4465f09a..b85f0268 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -133,8 +133,23 @@ $alert-color: #101010; color: $pop-color; font-weight: 700; } - .modal-close{ + .modal-btn-wrap{ margin-left: auto; + display: flex; + align-items: center; + gap: 15px; + } + .modal-fold{ + display: block; + width: 15px; + height: 15px; + background: url(../../public/static/images/canvas/penal_arr_white.svg)no-repeat center; + background-size: contain; + &.act{ + transform: rotate(180deg); + } + } + .modal-close{ color: transparent; font-size: 0; width: 10px;