This commit is contained in:
Jens Cornelsen
2024-12-07 22:19:37 +01:00
parent 42752864ea
commit c0bb656fd7

View File

@@ -76,21 +76,8 @@ import Layout from "#layouts/Layout.astro";
<p id="OEA_result_text"></p>
</div>
</div>
<div class="OEA_item7 referrer">
<div id="OEA_logo_referrer">
<img src="https://widgetvorlage-widget.online-energieausweis.org/img/logo.png" alt="Logo">
</div>
</div>
<div class="OEA_item8 ibcornelsen">
<div id="OEA_logo_IBC">
<a class="IBC_link" href="https://online-energieausweis.org?recode=widgetvorlage" title="IB Cornelsen">
<div id="IBC_LOGO">powered by</div>
</a>
</div>
</div>
</div>
</div>
</div>
@@ -103,13 +90,13 @@ import Layout from "#layouts/Layout.astro";
@apply bg-white p-6 rounded-lg shadow-lg space-y-6;
#OEA_input {
@apply space-y-4 space-x-4;
@apply ;
.OEA_item1, .OEA_item2, .OEA_item3, .OEA_item4, .OEA_item5 {
@apply space-y-2 w-full;
@apply space-y-2 space-x-2 w-full;
.OEA_title1, .OEA_title2 {
@apply font-bold text-lg text-white p-2 rounded;
@apply font-bold text-lg text-white p-1 rounded;
}
}
@@ -130,11 +117,11 @@ import Layout from "#layouts/Layout.astro";
}
#OEA_result {
@apply p-4 border-2 border-blue-300 rounded-lg text-gray-700;
@apply p-4 border-2 border-primary rounded-lg text-gray-700;
}
.OEA_title3 {
@apply text-xl font-semibold text-blue-900;
@apply text-xl font-semibold text-primary;
}
#OEA_logo_referrer img {