Widget
This commit is contained in:
@@ -93,17 +93,6 @@ import { fade } from 'svelte/transition';
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -148,7 +137,7 @@ import { fade } from 'svelte/transition';
|
|||||||
@apply rounded-lg text-gray-700;
|
@apply rounded-lg text-gray-700;
|
||||||
}
|
}
|
||||||
|
|
||||||
.OEA_item6 {
|
.OEA_item6 { @apply w-[60] relative;
|
||||||
|
|
||||||
.result {
|
.result {
|
||||||
@apply opacity-0 transition-opacity duration-1000 ease-in-out;
|
@apply opacity-0 transition-opacity duration-1000 ease-in-out;
|
||||||
|
|||||||
Reference in New Issue
Block a user