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;