25 lines
556 B
CSS
Executable File
25 lines
556 B
CSS
Executable File
#block-demarches-administratives {
|
|
&.card-large-content-container--has-illustration {
|
|
@apply pt-64;
|
|
}
|
|
|
|
.card-large-content--has-illustration {
|
|
@apply pt-28;
|
|
}
|
|
.card-large-content__top-illustration {
|
|
transform: translate(-50%, -70%);
|
|
}
|
|
.card-large-content__links-container {
|
|
@apply grid-cols-1
|
|
md:grid-cols-2
|
|
lg:grid-cols-4
|
|
gap-x-12;
|
|
.card-large-content__link {
|
|
/* @apply flex flex-col; */
|
|
.cta {
|
|
@apply self-end px-6 w-full text-center md:w-fit;
|
|
}
|
|
}
|
|
}
|
|
}
|