Widget #93

Merged
IB-Cornelsen merged 1 commits from Jens into main 2024-12-07 21:43:00 +00:00

View File

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