diff --git a/template-components/heading-box--parcours.css b/template-components/heading-box--parcours.css new file mode 100644 index 0000000..0256f0c --- /dev/null +++ b/template-components/heading-box--parcours.css @@ -0,0 +1,21 @@ +.heading-box--parcours { + @apply heading-box; + @apply text-center; + + &__title { + @apply text-3xl; + @apply text-6xl; + } + + &__description { + @apply font-bold text-4xl mx-auto pt-4 max-w-lg mx-auto; + line-height: 1.2; + } + &__page-icon { + @apply mx-auto w-28 absolute top-0 left-1/2; + transform: translate(-50%, -50%); + } + .cta--secondary { + @apply mt-8; + } +} diff --git a/template-components/heading-box--parcours.php b/template-components/heading-box--parcours.php new file mode 100644 index 0000000..d7b9923 --- /dev/null +++ b/template-components/heading-box--parcours.php @@ -0,0 +1,18 @@ + + +
\ No newline at end of file