This commit is contained in:
Jens Cornelsen
2024-12-07 21:12:12 +01:00
parent 200db63f44
commit 0b631dcc63

View File

@@ -13,8 +13,8 @@ import Layout from "#layouts/Layout.astro";
<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_item1">
<div class="OEA_item1">
<div class="OEA_title1">Gebäudetyp</div> <div class="OEA_title1">Gebäudetyp</div>
<select class="OEA_auswahl1" id="OEA_changeTyp"> <select class="OEA_auswahl1" id="OEA_changeTyp">
<option value="" selected disabled>bitte auswählen</option> <option value="" selected disabled>bitte auswählen</option>
@@ -107,13 +107,14 @@ import Layout from "#layouts/Layout.astro";
@apply font-bold text-lg text-white p-2 rounded; @apply font-bold text-lg text-white p-2 rounded;
} }
} }
.OEA_item1, .OEA_item2 {@apply w-1/2;}
.OEA_title1 { .OEA_title1 {
@apply bg-blue-900; @apply bg-blue-900;
} }
.OEA_title2 { .OEA_title2 {
@apply bg-secondary; @apply bg-primary;
} }
.OEA_auswahl1, .OEA_auswahl2 { .OEA_auswahl1, .OEA_auswahl2 {