From a7f4355cdaaa8414df4705bf786f91c75e763061 Mon Sep 17 00:00:00 2001 From: qcigano Date: Sun, 2 Aug 2026 18:14:34 +0200 Subject: [PATCH] =?UTF-8?q?Warenkorb=20&=20Checkout=20optisch=20deutlich?= =?UTF-8?q?=20hochwertiger:=20echte=20Produktfotos=20im=20Warenkorb,=20ele?= =?UTF-8?q?gante=20Pillen-Mengensteuerung,=20Zahlungsart=20jetzt=20als=20a?= =?UTF-8?q?usw=C3=A4hlbare=20Karten=20mit=20Icons=20und=20Leucht-Rand=20st?= =?UTF-8?q?att=20Standard-Radiobuttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ch/checkout/index.astro | 18 +++- src/pages/ch/warenkorb/index.astro | 28 +++--- src/pages/checkout/index.astro | 18 +++- src/pages/en/checkout/index.astro | 18 +++- src/pages/en/warenkorb/index.astro | 28 +++--- src/pages/fr/checkout/index.astro | 18 +++- src/pages/fr/warenkorb/index.astro | 28 +++--- src/pages/warenkorb/index.astro | 28 +++--- src/styles/global.css | 139 ++++++++++++++++++++++++++--- 9 files changed, 258 insertions(+), 65 deletions(-) diff --git a/src/pages/ch/checkout/index.astro b/src/pages/ch/checkout/index.astro index 66fdc60..8815e67 100644 --- a/src/pages/ch/checkout/index.astro +++ b/src/pages/ch/checkout/index.astro @@ -42,9 +42,21 @@ const t = useTranslations(lang);

{t.checkout.step2}

- - - + + +

diff --git a/src/pages/ch/warenkorb/index.astro b/src/pages/ch/warenkorb/index.astro index 7cd52c8..166c728 100644 --- a/src/pages/ch/warenkorb/index.astro +++ b/src/pages/ch/warenkorb/index.astro @@ -24,10 +24,10 @@ const t = useTranslations(lang);