fix(stellungnahme): Mail-Link no-underline, Ausgabe-Buttons kleiner
This commit is contained in:
@@ -917,11 +917,11 @@ ${"=".repeat(64)}`;
|
||||
<div class="rounded-xl border border-wald-300 bg-white shadow-sm">
|
||||
<div class="flex flex-col gap-2 border-b border-wald-200 px-4 py-3 sm:flex-row sm:items-center sm:justify-between">
|
||||
<span class="text-sm font-semibold text-wald-800">Ihre Einwendung</span>
|
||||
<div class="flex flex-wrap gap-2">
|
||||
<button class="rounded-md border border-stein-300 px-3 py-1.5 text-xs font-medium text-stein-700 hover:bg-stein-50" onclick={copyText}>{copyFeedback || "Kopieren"}</button>
|
||||
<button class="rounded-md border border-stein-300 px-3 py-1.5 text-xs font-medium text-stein-700 hover:bg-stein-50" onclick={downloadText}>Herunterladen</button>
|
||||
<div class="flex flex-wrap gap-2">
|
||||
<button class="rounded-md border border-stein-300 px-2.5 py-1 text-[11px] font-medium text-stein-700 hover:bg-stein-50" onclick={copyText}>{copyFeedback || "Kopieren"}</button>
|
||||
<button class="rounded-md border border-stein-300 px-2.5 py-1 text-[11px] font-medium text-stein-700 hover:bg-stein-50" onclick={downloadText}>Herunterladen</button>
|
||||
<button class="rounded-md border border-stein-300 px-2.5 py-1 text-[11px] font-medium text-stein-700 hover:bg-stein-50" onclick={printText}>Drucken</button>
|
||||
{#if mailtoLink}
|
||||
{#if mailtoLink}
|
||||
<a href={mailtoLink} class="rounded-md border border-wald-400 bg-wald-50 px-2.5 py-1 text-[11px] font-medium text-wald-700 no-underline hover:bg-wald-100">{block.recipientEmail ? "Per E-Mail senden" : "Per E-Mail (an mich)"}</a>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user