@@ -9,10 +9,11 @@ import Layout from "#layouts/Layout.astro";
|
|||||||
<h1 class="text-3xl">Welcher Energieausweis?</h1>
|
<h1 class="text-3xl">Welcher Energieausweis?</h1>
|
||||||
|
|
||||||
<div class="mt-12 m-auto w-[90%] relative">
|
<div class="mt-12 m-auto w-[90%] relative">
|
||||||
|
|
||||||
<div id="OEA_widget">
|
<div id="OEA_widget">
|
||||||
<input id="recode" type="hidden" value="widgetvorlage">
|
<input id="recode" type="hidden" value="widgetvorlage">
|
||||||
|
|
||||||
<div id="OEA_input">
|
<div id="OEA_input">
|
||||||
|
|
||||||
<div class="OEA_zeile1">
|
<div class="OEA_zeile1">
|
||||||
<div class="OEA_item1">
|
<div class="OEA_item1">
|
||||||
@@ -72,7 +73,6 @@ import Layout from "#layouts/Layout.astro";
|
|||||||
|
|
||||||
<div class="OEA_item6 result">
|
<div class="OEA_item6 result">
|
||||||
<div id="OEA_result">
|
<div id="OEA_result">
|
||||||
<div class="OEA_title3">Das Ergebnis Ihrer Anfrage:</div>
|
|
||||||
<p id="OEA_result_text"></p>
|
<p id="OEA_result_text"></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -82,19 +82,19 @@ import Layout from "#layouts/Layout.astro";
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
#OEA_widget {
|
#OEA_widget {
|
||||||
@apply bg-white p-3 rounded-lg shadow-lg;
|
@apply bg-white p-3 rounded-lg shadow-lg space-y-2;
|
||||||
|
|
||||||
#OEA_input {
|
#OEA_input {
|
||||||
|
|
||||||
.OEA_zeile1, .OEA_zeile2 {
|
.OEA_zeile1, .OEA_zeile2 {
|
||||||
@apply flex flex-row space-x-2;
|
@apply flex flex-row space-x-2;
|
||||||
|
|
||||||
|
|
||||||
.OEA_item1, .OEA_item2, .OEA_item3, .OEA_item4, .OEA_item5 {
|
.OEA_item1, .OEA_item2, .OEA_item3, .OEA_item4, .OEA_item5 {
|
||||||
@apply w-full;
|
@apply w-full;
|
||||||
|
|
||||||
@@ -120,26 +120,11 @@ import Layout from "#layouts/Layout.astro";
|
|||||||
@apply p-4 m-4 border-2 border-secondary rounded-lg text-gray-700;
|
@apply p-4 m-4 border-2 border-secondary rounded-lg text-gray-700;
|
||||||
}
|
}
|
||||||
|
|
||||||
.OEA_title3 {
|
|
||||||
@apply text-xl font-semibold text-secondary;
|
|
||||||
}
|
|
||||||
|
|
||||||
#OEA_logo_referrer img {
|
|
||||||
@apply w-full max-w-xs mx-auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#IBC_LOGO {
|
|
||||||
@apply text-center text-gray-500 font-semibold text-sm mt-2;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
|
||||||
@apply w-full p-2 border border-gray-300 rounded focus:ring focus:ring-blue-500;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.empfehlungen a {
|
.empfehlungen a {
|
||||||
@apply text-blue-600 underline hover:text-blue-800 font-semibold;
|
@apply text-blue-600 underline hover:text-blue-800 font-semibold;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user