This commit is contained in:
Jens Cornelsen
2024-12-07 23:25:51 +01:00
parent 8f30186397
commit 0038ae85b3

View File

@@ -88,7 +88,7 @@ import Layout from "#layouts/Layout.astro";
@tailwind utilities; @tailwind utilities;
#OEA_widget { #OEA_widget {
@apply bg-white p-3 rounded-lg shadow-lg; @apply bg-light-grey p-4 rounded-xl shadow-xl;
#OEA_input { @apply space-y-2; #OEA_input { @apply space-y-2;
@@ -118,7 +118,7 @@ import Layout from "#layouts/Layout.astro";
} }
#OEA_result { #OEA_result {
@apply p-4 m-4 border-2 border-secondary rounded-lg text-gray-700; @apply rounded-lg text-gray-700;
} }
} }