Widget
This commit is contained in:
@@ -92,17 +92,6 @@ import { fade } from 'svelte/transition';
|
||||
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
{#if showResult}
|
||||
<div class="OEA_item6 result" transition:fade={{ duration: 1000 }}>
|
||||
<div id="OEA_result" class="bg-white p-4 shadow-md rounded">
|
||||
<p class="text-gray-800">
|
||||
Sie haben "Einfamilienhaus" und "Vermietung/Verkauf" ausgewählt.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user