This commit is contained in:
Jens Cornelsen
2025-03-29 13:59:57 +01:00
parent 085cf9783b
commit f4bbc979f9
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
{:else if ausweisart === Enums.Ausweisart.BedarfsausweisGewerbe}
Bedarfsausweis Gewerbe
{/if}
{#if ausweistyp === Enums.AusweisTyp.Beratung}
{#if ausweistyp === Enums.AusweisTyp.Beratung}
mit Beratung
{:else if ausweistyp === Enums.AusweisTyp.Offline}
offline

View File

@@ -80,6 +80,6 @@
@apply text-[1.25rem] sm:text-[1.5rem] font-bold text-black;
}
.price{@apply text-[1.25rem] sm:text-[2rem]}
.price{@apply text-[1.25rem] sm:text-[2rem]}
</style>

View File

@@ -58,7 +58,7 @@
<a href="{ref}/energieausweis-erstellen/bedarfsausweis-wohngebaeude?ausweistyp={Enums.AusweisTyp.Offline}"><button class="bestellbutton" type="button">sofort<br>bestellen</button></a>
</div>
</div>
</div>

View File

@@ -60,7 +60,7 @@
<a href="{ref}/energieausweis-erstellen/verbrauchsausweis-gewerbe?ausweistyp={Enums.AusweisTyp.Offline}"><button class="bestellbutton" type="button">sofort<br>bestellen</button></a>
</div>
</div>
</div>