Merge pull request #93 from IBCornelsen/Jens

Widget
This commit is contained in:
Jens Cornelsen
2024-12-07 22:43:00 +01:00
committed by GitHub

View File

@@ -91,18 +91,19 @@ import Layout from "#layouts/Layout.astro";
#OEA_input { #OEA_input {
.OEA_zeile1, .OEA_zeile2 {
@apply flex flex-row;
.OEA_item1, .OEA_item2, .OEA_item3, .OEA_item4, .OEA_item5 { .OEA_item1, .OEA_item2, .OEA_item3, .OEA_item4, .OEA_item5 {
@apply space-y-2 space-x-2 w-full; @apply space-y-2 space-x-2 w-full;
.OEA_title1, .OEA_title2 { .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 { .OEA_title1 {
@apply bg-blue-900; @apply bg-blue-900;
} }
@@ -116,11 +117,11 @@ import Layout from "#layouts/Layout.astro";
} }
#OEA_result { #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 { .OEA_title3 {
@apply text-xl font-semibold text-primary; @apply text-xl font-semibold text-secondary;
} }
#OEA_logo_referrer img { #OEA_logo_referrer img {