From 4623aaa23b73ac1a5d760affb4ff61141d43a3c1 Mon Sep 17 00:00:00 2001 From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:42:11 +0100 Subject: [PATCH] Widget --- src/pages/energieausweis-erstellen/index.astro | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/pages/energieausweis-erstellen/index.astro b/src/pages/energieausweis-erstellen/index.astro index f7e5478a..8ebc2fac 100644 --- a/src/pages/energieausweis-erstellen/index.astro +++ b/src/pages/energieausweis-erstellen/index.astro @@ -91,18 +91,19 @@ import Layout from "#layouts/Layout.astro"; #OEA_input { + .OEA_zeile1, .OEA_zeile2 { + @apply flex flex-row; + + .OEA_item1, .OEA_item2, .OEA_item3, .OEA_item4, .OEA_item5 { @apply space-y-2 space-x-2 w-full; .OEA_title1, .OEA_title2 { - @apply font-bold text-lg text-white p-1 rounded; + @apply font-bold text-lg text-white p-2 rounded; } } - - .OEA_zeile1, .OEA_zeile2 { - @apply flex flex-row; - } - + } + .OEA_title1 { @apply bg-blue-900; } @@ -116,11 +117,11 @@ import Layout from "#layouts/Layout.astro"; } #OEA_result { - @apply p-4 border-2 border-primary rounded-lg text-gray-700; + @apply p-4 border-2 border-secondary rounded-lg text-gray-700; } .OEA_title3 { - @apply text-xl font-semibold text-primary; + @apply text-xl font-semibold text-secondary; } #OEA_logo_referrer img {