@@ -9,6 +9,7 @@ import Layout from "#layouts/Layout.astro";
|
||||
<h1 class="text-3xl">Welcher Energieausweis?</h1>
|
||||
|
||||
<div class="mt-12 m-auto w-[90%] relative">
|
||||
|
||||
<div id="OEA_widget">
|
||||
<input id="recode" type="hidden" value="widgetvorlage">
|
||||
|
||||
@@ -72,7 +73,6 @@ import Layout from "#layouts/Layout.astro";
|
||||
|
||||
<div class="OEA_item6 result">
|
||||
<div id="OEA_result">
|
||||
<div class="OEA_title3">Das Ergebnis Ihrer Anfrage:</div>
|
||||
<p id="OEA_result_text"></p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -82,19 +82,19 @@ import Layout from "#layouts/Layout.astro";
|
||||
</div>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
#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_zeile1, .OEA_zeile2 {
|
||||
@apply flex flex-row space-x-2;
|
||||
|
||||
|
||||
.OEA_item1, .OEA_item2, .OEA_item3, .OEA_item4, .OEA_item5 {
|
||||
@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;
|
||||
}
|
||||
|
||||
.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 {
|
||||
@apply text-blue-600 underline hover:text-blue-800 font-semibold;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user