.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
<hr class="trenner">
|
||||
<div>GEG-Nachweis Wohngebäude</div>
|
||||
<div>ab <span class="price">000€</span> inkl. MwSt.</div>
|
||||
<div>ab <span class="price">{PRICES.GEGNachweisWohnen[0]}€</span> inkl. MwSt.</div>
|
||||
|
||||
<hr class="trenner">
|
||||
<div>GEG-Nachweis Gewerbe</div>
|
||||
|
||||
@@ -4,8 +4,7 @@
|
||||
</script>
|
||||
|
||||
|
||||
<div class="absolute border-x-[1px] border-t-[1px] border-black/25 px-2 top-[-1.275rem] left-[0rem] text-[0.8rem] rounded-t-sm font-sans">{title}</div>
|
||||
|
||||
<div class="absolute bg-white sm:bg-gray-500/10 border-x-[1px] border-t-[1px] border-black/25 px-2 top-[-1.275rem] left-[0rem] text-[0.8rem] rounded-t-sm font-sans">{title}</div>
|
||||
|
||||
|
||||
<style lang="postcss">
|
||||
|
||||
@@ -307,7 +307,7 @@ threeBOX = ((ausnahme === true) && (gebaeudetyp === "Mischgebäude") && (twoBo
|
||||
>
|
||||
<WidgetCardTemplate
|
||||
name="GEG-Nachweis Wohngebäude"
|
||||
price=500
|
||||
price={PRICES.GEGNachweisWohnen[0]}
|
||||
src="/images/widget/wohngebaeude.svg"
|
||||
alt="Gewerbe Bedarfsausweis"
|
||||
variant="Bauvorlage"
|
||||
@@ -336,7 +336,7 @@ threeBOX = ((ausnahme === true) && (gebaeudetyp === "Mischgebäude") && (twoBo
|
||||
>
|
||||
<WidgetCardTemplate
|
||||
name="GEG-Nachweis Gewerbegebäude"
|
||||
price=800
|
||||
price={PRICES.GEGNachweisGewerbe[0]}
|
||||
src="/images/widget/gewerbegebaeude.svg"
|
||||
alt="Gewerbe Bedarfsausweis"
|
||||
variant="Bauvorlage"
|
||||
|
||||
@@ -312,7 +312,7 @@ threeBOX = ((ausnahme === true) && (gebaeudetyp === "Mischgebäude") && (twoBo
|
||||
>
|
||||
<WidgetCardTemplate
|
||||
name="GEG-Nachweis Wohngebäude"
|
||||
price=500
|
||||
price={PRICES.GEGNachweisWohnen[0]}
|
||||
src="/images/immowelt/wohngebaeude_immowelt.svg"
|
||||
alt="Gewerbe Bedarfsausweis"
|
||||
variant="Bauvorlage"
|
||||
@@ -341,7 +341,7 @@ threeBOX = ((ausnahme === true) && (gebaeudetyp === "Mischgebäude") && (twoBo
|
||||
>
|
||||
<WidgetCardTemplate
|
||||
name="GEG-Nachweis Gewerbegebäude"
|
||||
price=800
|
||||
price={PRICES.GEGNachweisGewerbe[0]}
|
||||
src="/images/immowelt/gewerbegebaeude_immowelt.svg"
|
||||
alt="Gewerbe Bedarfsausweis"
|
||||
variant="Bauvorlage"
|
||||
|
||||
@@ -30,7 +30,7 @@ export const PRICES: Record<Enums.Ausweisart, [number, number, number]> = {
|
||||
VerbrauchsausweisWohnen: [65, 95, 180],
|
||||
VerbrauchsausweisGewerbe: [95, 125, 360],
|
||||
BedarfsausweisGewerbe: [500, 700, 1000],
|
||||
GEGNachweisWohnen: [500, 500, 500]
|
||||
GEGNachweisWohnen: [500, 700, 1000]
|
||||
};
|
||||
|
||||
export const SERVICES: Record<
|
||||
|
||||
@@ -70,7 +70,7 @@ input[type="file"]{@apply pt-[4px]}
|
||||
input[type="checkbox"],input[type="radio"]{@apply inline-block accent-secondary h-[13px]}
|
||||
|
||||
input:disabled, input:read-only {
|
||||
@apply bg-gray-200 border-gray-500/15;
|
||||
@apply lg:bg-gray-200 border-gray-500/15;
|
||||
}
|
||||
|
||||
/*ARTICLE*/
|
||||
|
||||
Reference in New Issue
Block a user