This commit is contained in:
+5
-24
@@ -90,35 +90,16 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Hero tile: beA workflow -->
|
<!-- ZIP entry point -->
|
||||||
<a href="/tools/bea" class="block w-full max-w-2xl mx-auto">
|
|
||||||
<Card.Root class="transition hover:shadow-md cursor-pointer">
|
|
||||||
<Card.Content class="flex flex-col items-center gap-4 py-10">
|
|
||||||
<div
|
|
||||||
class="flex h-16 w-16 items-center justify-center rounded-2xl bg-primary text-primary-foreground"
|
|
||||||
>
|
|
||||||
<Archive class="h-8 w-8" />
|
|
||||||
</div>
|
|
||||||
<div class="text-center">
|
|
||||||
<h2 class="text-[18px] font-bold text-primary-900">ZIP-Archiv bearbeiten</h2>
|
|
||||||
<p class="mt-1 text-[14px] text-primary-700">
|
|
||||||
beA-Archive verarbeiten, Teildokumente erstellen und als PDF exportieren.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</Card.Content>
|
|
||||||
</Card.Root>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<!-- ZIP drop entry point -->
|
|
||||||
<div class="mx-auto w-full max-w-2xl">
|
<div class="mx-auto w-full max-w-2xl">
|
||||||
<FileDropzone
|
<FileDropzone
|
||||||
onFilesSelected={openBeaFiles}
|
onFilesSelected={openBeaFiles}
|
||||||
accept=".zip,application/zip,application/x-zip-compressed"
|
accept=".zip,application/zip,application/x-zip-compressed"
|
||||||
multiple={true}
|
multiple={true}
|
||||||
ariaLabel="ZIP-Dateien hinzufügen"
|
ariaLabel="ZIP-Archiv bearbeiten"
|
||||||
label="ZIP-Datei hier ablegen"
|
label="ZIP-Archiv bearbeiten"
|
||||||
sublabel="oder zum Auswählen klicken"
|
sublabel="ZIP-Datei hier ablegen oder zum Auswählen klicken"
|
||||||
class="py-6"
|
class="py-10 bg-white border-primary-300"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user