From c0bb656fd790645e7a00e0fc54867a67693e68cb Mon Sep 17 00:00:00 2001
From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com>
Date: Sat, 7 Dec 2024 22:19:37 +0100
Subject: [PATCH] Widget
---
.../energieausweis-erstellen/index.astro | 25 +++++--------------
1 file changed, 6 insertions(+), 19 deletions(-)
diff --git a/src/pages/energieausweis-erstellen/index.astro b/src/pages/energieausweis-erstellen/index.astro
index 65f460fa..a3ea2338 100644
--- a/src/pages/energieausweis-erstellen/index.astro
+++ b/src/pages/energieausweis-erstellen/index.astro
@@ -76,21 +76,8 @@ import Layout from "#layouts/Layout.astro";
-
-
-
-

-
-
-
-
+
@@ -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 {