handling page redirector style
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bc797fb495
commit
2c1d9a3241
42
resources/css/blocks/page-redirector.css
Normal file
42
resources/css/blocks/page-redirector.css
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user