diff --git a/public/images/header/logo-IBC-white.svg b/public/images/header/logo-IBC-white.svg new file mode 100644 index 00000000..30a811a9 --- /dev/null +++ b/public/images/header/logo-IBC-white.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/Ausweis/ButtonSpaeterHilfe.svelte b/src/components/Ausweis/ButtonSpaeterHilfe.svelte index 075016c3..4fd4c46c 100644 --- a/src/components/Ausweis/ButtonSpaeterHilfe.svelte +++ b/src/components/Ausweis/ButtonSpaeterHilfe.svelte @@ -6,23 +6,26 @@ -
-
- -
-
-
-
- + + + + + +
+ + + + diff --git a/src/components/Ausweis/ButtonWeiterHilfe.svelte b/src/components/Ausweis/ButtonWeiterHilfe.svelte new file mode 100644 index 00000000..5337f042 --- /dev/null +++ b/src/components/Ausweis/ButtonWeiterHilfe.svelte @@ -0,0 +1,37 @@ + + + +
+ +
+ + + + + +
+ +
+ + +
\ No newline at end of file diff --git a/src/components/Ausweis/HeizungImage.svelte b/src/components/Ausweis/HeizungImage.svelte index 448cfacf..33f77641 100644 --- a/src/components/Ausweis/HeizungImage.svelte +++ b/src/components/Ausweis/HeizungImage.svelte @@ -10,7 +10,7 @@
-
+

diff --git a/src/components/Ausweis/Hilfe.svelte b/src/components/Ausweis/Hilfe.svelte index 99152ca6..cce9fb9d 100644 --- a/src/components/Ausweis/Hilfe.svelte +++ b/src/components/Ausweis/Hilfe.svelte @@ -1,15 +1,24 @@

+ >Hilfe anfordern +
- {#if showHelp} -
-
+{#if showHelp} +
+ +
+ + + + + + + {/if} + diff --git a/src/components/Ausweis/PerformanceScore.svelte b/src/components/Ausweis/PerformanceScore.svelte index fa61287b..93ed3cd7 100644 --- a/src/components/Ausweis/PerformanceScore.svelte +++ b/src/components/Ausweis/PerformanceScore.svelte @@ -78,9 +78,8 @@ })(); } - - - Energieeffizienz Skala +
+ Energieeffizienz Skala - +
diff --git a/src/components/Ausweis/Progressbar.svelte b/src/components/Ausweis/Progressbar.svelte index 72abecec..def70d3d 100644 --- a/src/components/Ausweis/Progressbar.svelte +++ b/src/components/Ausweis/Progressbar.svelte @@ -3,33 +3,39 @@ -
+ +
+
+
+ + + + \ No newline at end of file diff --git a/src/components/design/header/HeaderLogin.svelte b/src/components/design/header/HeaderLogin.svelte index 129f04e4..918839cd 100644 --- a/src/components/design/header/HeaderLogin.svelte +++ b/src/components/design/header/HeaderLogin.svelte @@ -22,7 +22,7 @@
@@ -62,7 +62,7 @@
{/if} - +
- - - -
- - - - IBCornelsen-Logo - - -

- Energieausweis online erstellen -

- -

- Energieausweise nach aktuellem GEG -

- -
- -
-
- - - -
-
- - - - \ No newline at end of file diff --git a/src/components/design/sidebars/cards/cardLogin.svelte b/src/components/design/sidebars/cards/cardLogin.svelte index 22d13e27..cb99ea29 100644 --- a/src/components/design/sidebars/cards/cardLogin.svelte +++ b/src/components/design/sidebars/cards/cardLogin.svelte @@ -87,7 +87,7 @@ >
-
+
diff --git a/src/components/labels/BereichLabel.svelte b/src/components/labels/BereichLabel.svelte index 134a6bc3..8c61093b 100644 --- a/src/components/labels/BereichLabel.svelte +++ b/src/components/labels/BereichLabel.svelte @@ -27,8 +27,9 @@ >
{bereich}
+
{#if open} @@ -36,6 +37,7 @@ {:else} + {/if} +
diff --git a/src/layouts/AusweisLayout.astro b/src/layouts/AusweisLayout.astro index 5d774073..37067262 100644 --- a/src/layouts/AusweisLayout.astro +++ b/src/layouts/AusweisLayout.astro @@ -2,7 +2,7 @@ import "../style/global.css"; import "../style/formular.css"; import "../../svelte-dialogs.config" -import Header from "#header/Header.astro"; +import Header from "#header/AusweisHeader.astro"; import Footer from "#footer/Footer.astro"; import SidebarLeft from "#sidebarLeft/SidebarLeft.astro"; import { NotificationWrapper } from "@ibcornelsen/ui"; @@ -12,9 +12,49 @@ export interface Props { } const { title } = Astro.props; - - --- + diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index c5b4545b..52779dad 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -15,6 +15,7 @@ const { title } = Astro.props; --- diff --git a/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte b/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte index 92dd68c7..4657ba16 100644 --- a/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte +++ b/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte @@ -1,7 +1,8 @@