upDate UMBE
This commit is contained in:
31
public/images/formular/verbrauchsausweis-skala.svg
Normal file
31
public/images/formular/verbrauchsausweis-skala.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 39 KiB |
@@ -9,7 +9,7 @@ export let automatischAusfüllen;
|
|||||||
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="w-full mt-5 grid gap-x-4 gap-y-2
|
class="w-full mt-5 grid gap-x-4 gap-y-2 px-4
|
||||||
grid-cols-1
|
grid-cols-1
|
||||||
xs:grid-cols-2
|
xs:grid-cols-2
|
||||||
"
|
"
|
||||||
@@ -29,7 +29,7 @@ xs:grid-cols-2
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-2">
|
<div class="mt-2 px-4">
|
||||||
<button
|
<button
|
||||||
class="button"
|
class="button"
|
||||||
on:click={automatischAusfüllen}
|
on:click={automatischAusfüllen}
|
||||||
|
|||||||
@@ -80,10 +80,10 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="w-full rounded-lg border-border-gray/35 border-4 relative px-0 mt-4">
|
<div class="w-full rounded-lg border-border-gray/35 border-4 relative px-0 mt-4">
|
||||||
<img class="rounded-lg" src="/images/SKALA-910.png" alt="Energieeffizienz Skala" />
|
<img class="py-8 px-4" src="/images/formular/verbrauchsausweis-skala.svg" alt="Energieeffizienz Skala" />
|
||||||
<ThickArrowDown
|
<ThickArrowDown
|
||||||
size={28}
|
size={28}
|
||||||
class="fill-base-content absolute top-1 transition-left duration-1000 ease-in-out"
|
class="fill-base-content absolute top-0 transition-left duration-1000 ease-in-out"
|
||||||
style="left: {translation_1}%; transform: translateX({centerValueBetweenBoundaries(
|
style="left: {translation_1}%; transform: translateX({centerValueBetweenBoundaries(
|
||||||
translation_1,
|
translation_1,
|
||||||
50,
|
50,
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
/>
|
/>
|
||||||
<ThickArrowUp
|
<ThickArrowUp
|
||||||
size={28}
|
size={28}
|
||||||
class="fill-base-content absolute bottom-1 transition-left duration-1000 ease-in-out"
|
class="fill-base-content absolute bottom-0 transition-left duration-1000 ease-in-out"
|
||||||
style="left: {translation_2}%; transform: translateX({centerValueBetweenBoundaries(
|
style="left: {translation_2}%; transform: translateX({centerValueBetweenBoundaries(
|
||||||
translation_2,
|
translation_2,
|
||||||
50,
|
50,
|
||||||
|
|||||||
@@ -198,18 +198,11 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<ButtonSpaeterHilfe {automatischAusfüllen} {spaeterWeitermachen}/>
|
<ButtonSpaeterHilfe {automatischAusfüllen} {spaeterWeitermachen}/>
|
||||||
|
|
||||||
|
<form on:submit={ausweisAbschicken} name="ausweis" data-test="ausweis">
|
||||||
|
|
||||||
<form data-test="ausweis">
|
|
||||||
<div id="formular-box" class="formular-boxen ring-0">
|
<div id="formular-box" class="formular-boxen ring-0">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- A Prüfung der Ausweisart -->
|
<!-- A Prüfung der Ausweisart -->
|
||||||
|
|
||||||
<BereichLabel bereich="A">Prüfung der Ausweisart</BereichLabel>
|
<BereichLabel bereich="A">Prüfung der Ausweisart</BereichLabel>
|
||||||
|
|||||||
Reference in New Issue
Block a user