homegrade_theme_production/template-blocks/home/aides-financieres/aides-financieres.css

45 lines
1.1 KiB
CSS
Executable File

#block-aides-financieres {
@apply bg-gray py-16 flex flex-col items-center;
.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 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 ml-auto;
}
}
}