From a45997f50f60f2843ac1377c8aed80b28e0798f9 Mon Sep 17 00:00:00 2001 From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com> Date: Sun, 8 Dec 2024 02:08:31 +0100 Subject: [PATCH] Widget --- src/components/Widget2.svelte | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/components/Widget2.svelte b/src/components/Widget2.svelte index 9d5d3e57..a0a7f354 100644 --- a/src/components/Widget2.svelte +++ b/src/components/Widget2.svelte @@ -92,17 +92,6 @@ import { fade } from 'svelte/transition'; {/if} - - - {#if showResult} -
-
-

- Sie haben "Einfamilienhaus" und "Vermietung/Verkauf" ausgewählt. -

-
-
- {/if} @@ -148,7 +137,7 @@ import { fade } from 'svelte/transition'; @apply rounded-lg text-gray-700; } - .OEA_item6 { + .OEA_item6 { @apply w-[60] relative; .result { @apply opacity-0 transition-opacity duration-1000 ease-in-out; -- 2.49.1