Widget #98

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

View File

@@ -88,9 +88,10 @@ import Layout from "#layouts/Layout.astro";
@tailwind utilities;
#OEA_widget {
@apply bg-white p-3 rounded-lg shadow-lg space-y-2;
@apply bg-white p-3 rounded-lg shadow-lg;
#OEA_input { @apply space-y-2;
#OEA_input {
.OEA_zeile1, .OEA_zeile2 {
@apply flex flex-row space-x-2;
@@ -126,5 +127,5 @@ import Layout from "#layouts/Layout.astro";
.empfehlungen a {
@apply text-blue-600 underline hover:text-blue-800 font-semibold;
}
</style>