feat(products-ui): import upload screen (§5.3, PUC-2/5a)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 16:30:51 -07:00
parent 26f84cb916
commit 188494272a
2 changed files with 64 additions and 2 deletions
+8
View File
@@ -208,6 +208,14 @@
clip: rect(0 0 0 0);
white-space: nowrap;
}
.dropzone__title {
display: block;
font-family: var(--wv-font-display);
font-weight: var(--weight-medium);
font-size: 17px;
color: var(--text-on-dark-soft);
margin-bottom: 2px;
}
/* ── small screens ──────────────────────────────────────────────────────────── */
@media (max-width: 720px) {