diff --git a/src/components/design/content/ProduktVergleich.svelte b/src/components/design/content/ProduktVergleich.svelte index ec7a932c..2278f9ee 100644 --- a/src/components/design/content/ProduktVergleich.svelte +++ b/src/components/design/content/ProduktVergleich.svelte @@ -103,13 +103,13 @@ img{@apply justify-self-center mb-1 w-[75%] } -.orange{@apply bg-primary text-white text-center rounded-md p-2 relative shadow-saeule ring-primary ring-1} +.orange{@apply bg-primary text-white text-center rounded-md p-1 relative shadow-saeule ring-primary ring-1} .price{font-size: clamp(15px, 3vh, 28px)} .blue-bottom, .check, .check-no{font-size: clamp(15px, 3vh, 24px)} -.blue-bottom{@apply bg-secondary text-white text-center font-bold rounded-md p-2 shadow-saeule ring-secondary ring-1} +.blue-bottom{@apply bg-secondary text-white text-center font-bold rounded-md p-1 shadow-saeule ring-secondary ring-1} } } diff --git a/src/components/design/content/TextboxCardTemplate.svelte b/src/components/design/content/TextboxCardTemplate.svelte new file mode 100644 index 00000000..bb6902a9 --- /dev/null +++ b/src/components/design/content/TextboxCardTemplate.svelte @@ -0,0 +1,47 @@ + + + +
+
+

{TitelName}

+
+ +
+
+ {#each BulletPoints as [point]} +
+
  • {point}
+
+ {/each} +
+
+
+ + \ No newline at end of file diff --git a/src/components/widgets/WelcherAusweisWidget.svelte b/src/components/widgets/WelcherAusweisWidget.svelte index 234646d2..6dda1d16 100644 --- a/src/components/widgets/WelcherAusweisWidget.svelte +++ b/src/components/widgets/WelcherAusweisWidget.svelte @@ -77,6 +77,7 @@ + {#if allowedReason.includes(anlass)}
Sanierungsstand
+ {/if} -
+ {#if allowedReason.includes(anlass)} +
Baujahr
-
+ {/if}
{#if showVerbrauchsausweis} @@ -274,7 +276,7 @@