scss hinzugefügt #53

Merged
IB-Cornelsen merged 1 commits from Jens into main 2024-12-05 13:01:37 +00:00

View File

@@ -70,5 +70,34 @@ import Layout from "#layouts/Layout.astro";
</p>
</div>
</div>
<style lang="scss">
@tailwind base;
@tailwind components;
@tailwind utilities;
.faq {
@apply space-y-6;
&__section {
@apply border-b pb-4;
&-title {
@apply text-xl font-bold text-gray-800 mb-2;
}
&-content {
@apply text-gray-600 text-base;
}
&-highlight {
@apply font-semibold text-gray-900;
}
&-email {
@apply text-blue-500 underline;
}
}
}
</style
</Layout>