From c48cfa8fe46f0a5716c94fba2f0b296ca3ded034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=8B=9D?= <43837214+Minsiki@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:15:08 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8chore:=20Sync=20Sass?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/_contents.scss | 6 ++++++ src/styles/_reset.scss | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/styles/_contents.scss b/src/styles/_contents.scss index 1a13f77e..10a04637 100644 --- a/src/styles/_contents.scss +++ b/src/styles/_contents.scss @@ -792,6 +792,12 @@ } // file drag box +.drag-file-guide{ + font-size: 13px; + font-weight: 400; + color: #45576F; + margin-left: 5px; +} .drag-file-box{ padding: 10px; .btn-area{ diff --git a/src/styles/_reset.scss b/src/styles/_reset.scss index 2f5c7f79..4d101516 100644 --- a/src/styles/_reset.scss +++ b/src/styles/_reset.scss @@ -651,7 +651,7 @@ input[type=text]{ padding-left: 10px; margin-bottom: 0; word-break: break-all; - line-height: 1.2; + line-height: 1.4; display: inline; vertical-align: top; color: #fff;