Widget #99

Merged
IB-Cornelsen merged 1 commits from Jens into main 2024-12-07 22:26:49 +00:00

View File

@@ -88,7 +88,7 @@ import Layout from "#layouts/Layout.astro";
@tailwind utilities;
#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;
@@ -118,7 +118,7 @@ import Layout from "#layouts/Layout.astro";
}
#OEA_result {
@apply p-4 m-4 border-2 border-secondary rounded-lg text-gray-700;
@apply rounded-lg text-gray-700;
}
}