scss hinzugefügt
This commit is contained in:
@@ -71,4 +71,33 @@ import Layout from "#layouts/Layout.astro";
|
|||||||
</div>
|
</div>
|
||||||
</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>
|
</Layout>
|
||||||
Reference in New Issue
Block a user