From f551af56f37c89d314a01461e3132da16219b37d Mon Sep 17 00:00:00 2001 From: Robert Jagtiani Date: Sat, 14 Dec 2024 02:30:11 +0100 Subject: [PATCH] Auto stash before merge of "UMBE" and "origin/UMBE" Umbe update --- .../Ausweis/Warmwasseranteil.svelte | 57 +++++++++++++++++++ .../design/content/ProduktVergleich.svelte | 4 +- .../sidebars/cards/cardPriceiInfo.svelte | 51 ++++++++++------- src/layouts/Layout.astro | 3 +- .../VerbrauchsausweisWohnenModule.svelte | 19 ++++++- src/pages/welcher-energieausweis.mdx | 2 +- src/style/global.css | 16 ++++-- tailwind.config.cjs | 38 ++++++------- 8 files changed, 141 insertions(+), 49 deletions(-) create mode 100644 src/components/Ausweis/Warmwasseranteil.svelte diff --git a/src/components/Ausweis/Warmwasseranteil.svelte b/src/components/Ausweis/Warmwasseranteil.svelte new file mode 100644 index 00000000..73bace12 --- /dev/null +++ b/src/components/Ausweis/Warmwasseranteil.svelte @@ -0,0 +1,57 @@ + + +
+ + +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+ +
+ + Bitte geben Sie hier die Straße und Hausnummer des Gebäudes ein. + +
+ + +
+
+ diff --git a/src/components/design/content/ProduktVergleich.svelte b/src/components/design/content/ProduktVergleich.svelte index f4967e64..d3f12b6c 100644 --- a/src/components/design/content/ProduktVergleich.svelte +++ b/src/components/design/content/ProduktVergleich.svelte @@ -4,7 +4,7 @@
-
+
@@ -78,7 +78,7 @@ -#saeulen{@apply +#produktvergleich{@apply grid grid-cols-[1fr] gap-y-3 gap-x-6 lg:grid-cols-2 xl:grid-cols-2; diff --git a/src/components/design/sidebars/cards/cardPriceiInfo.svelte b/src/components/design/sidebars/cards/cardPriceiInfo.svelte index 92b446a2..a30a1a97 100644 --- a/src/components/design/sidebars/cards/cardPriceiInfo.svelte +++ b/src/components/design/sidebars/cards/cardPriceiInfo.svelte @@ -2,31 +2,42 @@ import { PRICES } from "#lib/constants"; - + + +Eingabe Warmwasseranteil und Verwendung von alternativen Energieversorgungssystemen +
+ + + + +
+ + + + + diff --git a/src/pages/welcher-energieausweis.mdx b/src/pages/welcher-energieausweis.mdx index d65afe77..2404cf2a 100644 --- a/src/pages/welcher-energieausweis.mdx +++ b/src/pages/welcher-energieausweis.mdx @@ -14,7 +14,7 @@ Falls Sie nicht wissen sollten welchen Energieausweis Sie benötigen, können Si hier ganz einfach den Gebäudetyp und die entsprechende Maßnahme angeben und bekommen als Ergebnis, den für Sie pasenden Energieausweis angezeigt. - + ## Bei Vermietung und Verkauf Ihres Wohnhauses ist der Verbrauchsausweis Wohngebäude ausreichend diff --git a/src/style/global.css b/src/style/global.css index 05e848c1..905a1152 100644 --- a/src/style/global.css +++ b/src/style/global.css @@ -41,8 +41,15 @@ font-family: "Antique Olive Compact bold"; } -body { - @apply bg-[url('/images/pattern.png')] bg-repeat bg-fixed max-w-[1920px] mx-auto border-gray-200 border-[1px] min-w-[320px]; +.promo{ + font-weight: 700; + box-sizing: border-box; + font-family: "Antique Olive Compact bold"; + } + + +body{ + @apply bg-[url('/images/pattern.png')] bg-repeat bg-fixed max-w-[1920px] mx-auto border-gray-200 border-[1px] min-w-[320px] } .button { @@ -90,9 +97,8 @@ article { /*SIDEBARS*/ /*BOXES*/ -.box { - @apply rounded-lg - +.box{ + @apply rounded-lg lg:shadow-box lg:ring-1 lg:ring-gray-300 xl:rounded-xl; } diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 06ceecdb..8647aa41 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -49,25 +49,25 @@ module.exports = { }, gridTemplateColumns: { - 'formbutton-line': 'minmax(150px, 1fr) 1fr minmax(150px, 1fr) minmax(160px, 160px)', - 'formbutton-line-md': 'minmax(150px, 1fr) 1fr minmax(150px, 1fr) minmax(160px, 160px)', - 'formbutton-line-xl': 'minmax(150px, 1fr) 1fr minmax(150px, 1fr) minmax(160px, 160px)', - 'formbutton-line-2xl': 'minmax(150px, 1fr) 1fr minmax(150px, 1fr) minmax(160px, 160px)', - - 'bereich-A': '1fr', - 'bereich-A-md': '2fr 2fr', - 'bereich-A-xl': '2fr 2fr', - 'bereich-A-2xl': '3fr 4fr', - - 'bereich-B': '1fr', - 'bereich-B-lg': '2fr 2fr', - 'bereich-B-xl': '2fr 2fr', - 'bereich-B-2xl': '3fr 4fr', - - 'bereich-C': '1fr', - 'bereich-C-lg': '2fr 2fr', - 'bereich-C-xl': '2fr 2fr', - 'bereich-C-2xl': '3fr 4fr', + //'formbutton-line': 'minmax(150px, 1fr) 1fr minmax(150px, 1fr) minmax(160px, 160px)', + //'formbutton-line-md': 'minmax(150px, 1fr) 1fr minmax(150px, 1fr) minmax(160px, 160px)', + //'formbutton-line-xl': 'minmax(150px, 1fr) 1fr minmax(150px, 1fr) minmax(160px, 160px)', + //'formbutton-line-2xl': 'minmax(150px, 1fr) 1fr minmax(150px, 1fr) minmax(160px, 160px)', + // + //'bereich-A': '1fr', + //'bereich-A-md': '2fr 2fr', + //'bereich-A-xl': '2fr 2fr', + //'bereich-A-2xl': '3fr 4fr', +// + //'bereich-B': '1fr', + //'bereich-B-lg': '2fr 2fr', + //'bereich-B-xl': '2fr 2fr', + //'bereich-B-2xl': '3fr 4fr', +// + //'bereich-C': '1fr', + //'bereich-C-lg': '2fr 2fr', + //'bereich-C-xl': '2fr 2fr', + //'bereich-C-2xl': '3fr 4fr', //'standard-sm': 'minmax(350px, 2fr) 6fr minmax(350px, 2fr)',