Merge pull request #53 from IBCornelsen/Jens

scss hinzugefügt
This commit is contained in:
Jens Cornelsen
2024-12-05 14:01:37 +01:00
committed by GitHub

View File

@@ -71,4 +71,33 @@ import Layout from "#layouts/Layout.astro";
</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>