scss hinzugefügt
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user