.
This commit is contained in:
@@ -228,7 +228,7 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
|
||||
|
||||
<div class="grid grid-cols-2 gap-x-4 order-3 md:order-3 xl:order-3">
|
||||
<div class="input-standard">
|
||||
<Inputlabel title="primärer Brennstoff *"></Inputlabel>
|
||||
<Inputlabel title="primär. Brennstoff *"></Inputlabel>
|
||||
|
||||
<select
|
||||
class="rounded-e-none"
|
||||
@@ -382,13 +382,13 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
|
||||
|
||||
{#if ausweis.zusaetzliche_heizquelle}
|
||||
<div
|
||||
class="hidden sm:block col-span-3 order-7 md:order-7 xl:order-7 h-[4px] bg-white mt-[-10px]"
|
||||
class="hidden xl:block col-span-3 order-7 md:order-7 xl:order-7 h-[4px] bg-white mt-[-10px]"
|
||||
></div>
|
||||
|
||||
<!-- zusätzliche Heizquelle -->
|
||||
|
||||
<div class="input-standard order-7 md:order-7 xl:order-7">
|
||||
<Inputlabel title="zusätzliche Heizquelle"></Inputlabel>
|
||||
<div class="input-standard order-10 md:order-10 xl:order-10">
|
||||
<Inputlabel title="zusätzl. Heizquelle"></Inputlabel>
|
||||
|
||||
<div class="input-checkboxen">
|
||||
<div
|
||||
@@ -413,11 +413,11 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="input-standard order-8 md:order-8 xl:order-8"></div>
|
||||
<div class="input-standard order-11 md:order-11 xl:order-11"></div>
|
||||
|
||||
<!-- zusätzlicher Brennstoff und Einheiten * -->
|
||||
|
||||
<div class="grid grid-cols-2 gap-x-4 order-9 md:order-9 xl:order-9">
|
||||
<div class="grid grid-cols-2 gap-x-4 order-12 md:order-12 xl:order-12">
|
||||
<div class="input-standard">
|
||||
<Inputlabel title="zusätzl. Brennstoff *"></Inputlabel>
|
||||
|
||||
@@ -483,7 +483,7 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
|
||||
|
||||
<!-- Verbrauch 4 -->
|
||||
|
||||
<div class="input-standard order-10 md:order-10 xl:order-10">
|
||||
<div class="input-standard order-[13] md:order-[13] xl:order-[13]">
|
||||
<Verbrauchslabel bind:ausweis addYear={1}></Verbrauchslabel>
|
||||
|
||||
<input
|
||||
@@ -510,7 +510,7 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
|
||||
|
||||
<!-- Verbrauch 5 -->
|
||||
|
||||
<div class="input-standard order-11 md:order-11 xl:order-11">
|
||||
<div class="input-standard order-[14] md:order-[14] xl:order-[14]">
|
||||
<Verbrauchslabel bind:ausweis addYear={2}></Verbrauchslabel>
|
||||
|
||||
<input
|
||||
@@ -537,7 +537,7 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
|
||||
|
||||
<!-- Verbrauch 6 -->
|
||||
|
||||
<div class="input-standard order-12 md:order-12 xl:order-12">
|
||||
<div class="input-standard order-[15] md:order-[15] xl:order-[15]">
|
||||
<Verbrauchslabel bind:ausweis addYear={3}></Verbrauchslabel>
|
||||
|
||||
<input
|
||||
@@ -566,12 +566,12 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
|
||||
|
||||
|
||||
<div
|
||||
class="hidden sm:block col-span-3 order-[13] md:order-[13] xl:order-[13] h-[4px] bg-white mt-[-10px]"
|
||||
></div>
|
||||
class="hidden xl:block col-span-3 order-[16] md:order-[16] xl:order-[16] h-[4px] bg-white mt-[-10px]">
|
||||
</div>
|
||||
|
||||
<!-- StromVerbrauch 1 -->
|
||||
|
||||
<div class="input-standard order-[14] md:order-[14] xl:order-[14]">
|
||||
<div class="input-standard order-[19] md:order-[19] xl:order-[19]">
|
||||
<StromVerbrauchslabel bind:ausweis addYear={1}></StromVerbrauchslabel>
|
||||
|
||||
<input
|
||||
@@ -599,7 +599,7 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
|
||||
|
||||
<!-- StromVerbrauch 2 -->
|
||||
|
||||
<div class="input-standard order-[15] md:order-[15] xl:order-[15]">
|
||||
<div class="input-standard order-[20] md:order-[20] xl:order-[20]">
|
||||
<StromVerbrauchslabel bind:ausweis addYear={2}></StromVerbrauchslabel>
|
||||
|
||||
<input
|
||||
@@ -626,7 +626,7 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
|
||||
|
||||
<!-- StromVerbrauch 3 -->
|
||||
|
||||
<div class="input-standard order-[16] md:order-[16] xl:order-[16]">
|
||||
<div class="input-standard order-[21] md:order-[21] xl:order-[21]">
|
||||
<StromVerbrauchslabel bind:ausweis addYear={3}></StromVerbrauchslabel>
|
||||
|
||||
<input
|
||||
@@ -661,7 +661,7 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
|
||||
"
|
||||
>
|
||||
|
||||
<div class="col-span-3 -mb-12">Enthält Stromverbrauch für:</div>
|
||||
<div class="col-span-1 sm:col-span-2 xl:col-span-3 -mb-12">Enthält Stromverbrauch für:</div>
|
||||
|
||||
<!-- Enthält Stromverbrauch für: -->
|
||||
|
||||
|
||||
@@ -389,7 +389,7 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
|
||||
|
||||
{#if ausweis.zusaetzliche_heizquelle}
|
||||
<div
|
||||
class="hidden sm:block col-span-3 order-7 md:order-7 xl:order-7 h-[4px] bg-white mt-[-10px]"
|
||||
class="hidden xl:block col-span-3 order-7 md:order-7 xl:order-7 h-[4px] bg-white mt-[-10px]"
|
||||
></div>
|
||||
|
||||
<!-- zusätzliche Heizquelle -->
|
||||
@@ -425,7 +425,7 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="hidden sm:block input-standard order-11 md:order-11 xl:order-11"></div>
|
||||
<div class="hidden xl:block input-standard order-11 md:order-11 xl:order-11"></div>
|
||||
|
||||
<!-- zusätzlicher Brennstoff und Einheiten * -->
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
</script>
|
||||
|
||||
|
||||
<div class="absolute bg-gray-500/5 sm:bg-white sm:bg-gray-500/10 border-x-[1px] border-t-[1px] border-black/25 px-2 top-[-1.275rem] -left-[1px] text-[0.8rem] rounded-t-sm font-sans">{title}</div>
|
||||
<div class="absolute border-x-[1px] border-t-[1px] border-black/25 pl-1 pr-2 top-[-1.275rem] -left-[1px] text-[0.8rem] rounded-t-sm font-sans">{title}</div>
|
||||
|
||||
|
||||
<style lang="postcss">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</script>
|
||||
|
||||
|
||||
<div class="absolute border-x-[1px] border-t-[1px] border-black/25 px-3 top-[-1.275rem] left-[0rem] text-[0.8rem] rounded-t-sm font-sans">
|
||||
<div class="absolute border-x-[1px] border-t-[1px] border-black/25 pl-1 pr-2 top-[-1.275rem] left-[0rem] text-[0.8rem] rounded-t-sm font-sans">
|
||||
{#if !ausweis.startdatum}
|
||||
Stromverbrauch von - bis
|
||||
{:else}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</script>
|
||||
|
||||
|
||||
<div class="absolute border-x-[1px] border-t-[1px] border-black/25 px-3 top-[-1.275rem] left-[0rem] text-[0.8rem] rounded-t-sm font-sans">
|
||||
<div class="absolute border-x-[1px] border-t-[1px] border-black/25 pl-1 pr-2 top-[-1.275rem] left-[0rem] text-[0.8rem] rounded-t-sm font-sans">
|
||||
{#if !ausweis.startdatum}
|
||||
Verbrauch von - bis
|
||||
{:else}
|
||||
|
||||
Reference in New Issue
Block a user