homegrade_theme_production/template-components/post-conseils/chapter-header.css

37 lines
643 B
CSS

.post-conseils-chapter-header {
@apply p-8 md:px-16 xl:px-24 mt-8 max-w-screen-2xl
flex
flex-col
lg:flex-row
justify-between
items-center
mx-auto
rounded-2xl
mb-8;
&__page-thematic-cover {
@apply mt-10 lg:mt-0;
max-width: 400px;
}
&__page-thematic-title {
@apply text-xl uppercase font-bold tracking-wider pb-4;
}
&__page-title {
@apply text-4xl font-bold;
}
&__infos {
@apply max-w-2xl;
.post-infos-capsule {
@apply mt-8;
}
.cta {
@apply mt-8;
}
}
/* .post-conseil-page--acoustique & {
@apply !bg-pink-500;
} */
}