fix(bulk-upload): form layout polish and drop zone sizing

- Drop zone box doubled: max-w-xl, larger icon (80px), bigger padding and text
- Title field wrapped in its own card (matches WhoWhenSection/DescriptionSection)
- Removed double-wrapping outer card around WhoWhenSection + DescriptionSection
- Added space-y-4 between form sections for consistent breathing room
- ScopeCard per-file label: text-accent → text-primary for legible contrast in light theme

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-24 19:26:22 +02:00
committed by marcel
parent 539842e849
commit 76c14ea604
3 changed files with 21 additions and 23 deletions

View File

@@ -32,7 +32,7 @@ let {
</span>
</div>
{:else}
<p class="mb-3 text-xs font-bold tracking-widest text-accent uppercase">
<p class="mb-3 text-xs font-bold tracking-widest text-primary uppercase">
{m.bulk_scope_per_file_label()}
</p>
{/if}