Remove upload helper copy

This commit is contained in:
DESKTOP-KSVGT20\shkim
2026-05-10 20:46:55 +09:00
parent f88ff4579e
commit 875f515114
2 changed files with 1 additions and 10 deletions
+1 -9
View File
@@ -111,8 +111,7 @@ h1 {
cursor: pointer; cursor: pointer;
} }
.file-picker__label, .file-picker__label {
.file-picker__meta {
display: block; display: block;
} }
@@ -121,13 +120,6 @@ h1 {
font-weight: 800; font-weight: 800;
} }
.file-picker__meta {
margin-top: 3px;
color: #747474;
font-size: 12px;
line-height: 1.3;
}
input[type="file"] { input[type="file"] {
width: 100%; width: 100%;
margin-top: 10px; margin-top: 10px;
-1
View File
@@ -22,7 +22,6 @@
<label class="file-picker"> <label class="file-picker">
<span class="file-picker__label">사진 선택</span> <span class="file-picker__label">사진 선택</span>
<span class="file-picker__meta">사진과 영상을 함께 올릴 수 있어</span>
<input type="file" name="files" accept="{{accept}}" multiple required> <input type="file" name="files" accept="{{accept}}" multiple required>
</label> </label>