@@ -85,6 +85,13 @@ import { fade } from 'svelte/transition';
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{#if showResult}
|
||||
<div class="OEA_item6 result" transition:fade={{ duration: 1000 }}>
|
||||
|
||||
<BannerPrice client:load />
|
||||
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
{#if showResult}
|
||||
@@ -141,12 +148,7 @@ import { fade } from 'svelte/transition';
|
||||
@apply rounded-lg text-gray-700;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.empfehlungen a {
|
||||
@apply text-blue-600 underline hover:text-blue-800 font-semibold;
|
||||
}
|
||||
.OEA_item6 {
|
||||
|
||||
.result {
|
||||
@apply opacity-0 transition-opacity duration-1000 ease-in-out;
|
||||
@@ -155,6 +157,11 @@ import { fade } from 'svelte/transition';
|
||||
.result[style*="opacity: 1"] {
|
||||
@apply opacity-100;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user