widget
This commit is contained in:
@@ -202,7 +202,7 @@ if(anzahl==1){
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div id="thirdrow" class="thirdrow">
|
<div id="thirdrow" class="thirdrow">
|
||||||
{#if showVerbrauchsausweis}
|
{#if showVerbrauchsausweis}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
@@ -373,7 +373,7 @@ if(anzahl==1){
|
|||||||
|
|
||||||
.thirdrow{@apply grid grid-cols-4 gap-x-4 gap-y-2;
|
.thirdrow{@apply grid grid-cols-4 gap-x-4 gap-y-2;
|
||||||
|
|
||||||
.produktbox{@apply grid grid-cols-subgrid col-span-2 grid-rows-subgrid row-span-12 rounded-sm bg-black/5 rounded-lg
|
.produktbox{@apply grid grid-cols-subgrid col-span-2 grid-rows-subgrid row-span-12 bg-black/5 rounded-lg
|
||||||
px-2 py-2 mt-5;
|
px-2 py-2 mt-5;
|
||||||
box-shadow:2px 2px 8px rgba(0,0,0,0.25)
|
box-shadow:2px 2px 8px rgba(0,0,0,0.25)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
import WelcherAusweisWidget from "#components/widgets/WelcherAusweisWidget.svelte";
|
import WelcherAusweisWidget from "#components/widgets/WelcherAusweisWidget_1.svelte";
|
||||||
|
|
||||||
const { vermittler } = Astro.params;
|
const { vermittler } = Astro.params;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user