From 8fd0112dcb9a6b47790b7418091dee138e40bc7a Mon Sep 17 00:00:00 2001 From: Peter Meier Date: Sun, 12 Jul 2026 09:42:39 +0200 Subject: [PATCH] =?UTF-8?q?style(infocard):=20exakte=20Specs=20=E2=80=94?= =?UTF-8?q?=20Titel=2016px/700,=20Deko-Farben,=20p-22=20gap-14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- src/lib/components/InfoCard.svelte | 12 ++++++------ src/lib/iconify-mdi-subset.generated.json | 22 ++++++++++++++++++++-- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/src/lib/components/InfoCard.svelte b/src/lib/components/InfoCard.svelte index a7ce2dd..a523bc1 100644 --- a/src/lib/components/InfoCard.svelte +++ b/src/lib/components/InfoCard.svelte @@ -31,20 +31,20 @@ const hasLink = $derived(!!linkLabel && !!linkHref); -
+
{#if icon} -
+
{#if isImage} {:else} -
{/if} -

{title}

+

{title}

{#if description} -

{description}

+

{description}

{/if} {#if hasLink} @@ -52,7 +52,7 @@ href={linkHref} target={external ? "_blank" : undefined} rel={external ? "noopener noreferrer" : undefined} - class="mt-4 inline-flex items-center gap-1.5 text-[15px] font-semibold text-himmel-600 no-underline hover:text-himmel-700" + class="mt-auto inline-flex items-center gap-1.5 text-sm font-semibold text-himmel-500 no-underline hover:text-himmel-600" > {linkLabel} diff --git a/src/lib/iconify-mdi-subset.generated.json b/src/lib/iconify-mdi-subset.generated.json index 0bf29d2..839dcc4 100644 --- a/src/lib/iconify-mdi-subset.generated.json +++ b/src/lib/iconify-mdi-subset.generated.json @@ -3,12 +3,30 @@ "width": 24, "height": 24, "icons": { - "google": { - "body": "" + "email-outline": { + "body": "" }, "whatsapp": { "body": "" }, + "youtube": { + "body": "" + }, + "cloud-outline": { + "body": "" + }, + "account-group": { + "body": "" + }, + "pine-tree": { + "body": "" + }, + "leaf": { + "body": "" + }, + "google": { + "body": "" + }, "mastodon": { "body": "" },