handling page redirector style
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2024-11-27 10:35:42 +01:00
parent bc797fb495
commit 2c1d9a3241

View File

@ -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;
}
}
}