51 lines
1.1 KiB
CSS
51 lines
1.1 KiB
CSS
#block-aides-financieres {
|
|
.section_titling {
|
|
@apply max-w-screen-md;
|
|
}
|
|
.card-large-content {
|
|
@apply lg:grid grid-cols-2 gap-12;
|
|
|
|
&__renolution-details {
|
|
/* .logo_renolution { */
|
|
.renolution__logo {
|
|
@apply p-6 mb-8 bg-white shadowed w-fit rounded-3xl;
|
|
}
|
|
.renolution__title {
|
|
@apply text-lg font-bold text-secondary pb-3;
|
|
}
|
|
.cta {
|
|
@apply mt-8;
|
|
}
|
|
.renolution__guide-external-links {
|
|
@apply grid md:grid-cols-2 gap-12 pt-6;
|
|
.question_title {
|
|
@apply text-black font-bold pt-6 pb-2;
|
|
}
|
|
.question_explanation {
|
|
@apply text-sm;
|
|
}
|
|
.question_url {
|
|
@apply block text-sm text-black font-bold mt-2 py-2;
|
|
&:hover {
|
|
@apply text-secondary;
|
|
}
|
|
img {
|
|
@apply inline-block ml-1 -mt-1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
&__renolution-illustration-picture {
|
|
@apply pt-8
|
|
lg:pt-0
|
|
mx-auto
|
|
lg:mr-0
|
|
lg:ml-auto
|
|
max-h-96
|
|
md:max-h-[600px]
|
|
md:place-self-end;
|
|
}
|
|
}
|
|
}
|