diff --git a/resources/css/blocks/page-redirector.css b/resources/css/blocks/page-redirector.css new file mode 100644 index 0000000..6cb9507 --- /dev/null +++ b/resources/css/blocks/page-redirector.css @@ -0,0 +1,42 @@ +.page-redirector { + @apply px-12 py-12 rounded-xl mb-8; + @apply flex justify-between items-center; + h3 { + @apply pt-0 mt-0 !text-base uppercase tracking-widest; + } + + .subtitle { + @apply !text-3xl font-bold max-w-xl; + } + &__details-container { + } + &__thumbnail { + @apply max-w-80; + } + + &--patrimoine { + @apply bg-patrimoine-sante-securite-light py-8; + + h3 { + @apply !text-patrimoine-sante-securite; + } + + .cta { + /* @apply cta--patrimoine; */ + @apply !bg-patrimoine-sante-securite text-white; + } + } + &--parcours { + @apply border-solid border border-neutral-200; + h3 { + @apply !text-secondary; + } + .cta { + @apply bg-secondary text-white; + } + + .page-redirector__thumbnail { + @apply max-w-40; + } + } +}