From 0f362c71f97d509c01c4e1182e9b628aa4d9ca1e Mon Sep 17 00:00:00 2001 From: psy Date: Wed, 23 Mar 2022 13:46:53 +0900 Subject: [PATCH] =?UTF-8?q?=20=ED=8C=8C=EC=9D=BC=EC=97=85=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=20=EC=84=B8=EB=B6=80=EB=94=94=EC=9E=90=EC=9D=B8?= =?UTF-8?q?=EC=88=98=EC=A0=95=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resource/css/file-drag-and-drop.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/resource/css/file-drag-and-drop.css b/src/main/webapp/resource/css/file-drag-and-drop.css index 6b52f7d..7669625 100644 --- a/src/main/webapp/resource/css/file-drag-and-drop.css +++ b/src/main/webapp/resource/css/file-drag-and-drop.css @@ -6,7 +6,7 @@ transition: all .15s ease-in-out; width: 350px; height: 150px; - background-color: #f9f9f9; + background-color: #f9f9f9 !important; border-radius: 4px; display: flex; @@ -23,7 +23,8 @@ } .file-drag-and-drop p{ - padding-top: 32px; + background-color: #f9f9f9 !important; + margin-top: 32px; font-family: 'Noto Sans KR', sans-serif; font-weight: 500; font-size: 15px;