scss hinzugefügt

This commit is contained in:
Jens Cornelsen
2024-12-05 14:00:02 +01:00
parent 97f4b1f497
commit f965b61e12

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>