44 lines
852 B
CSS
44 lines
852 B
CSS
.homegrade-blocks-chapitrage-thematique {
|
|
.homegrade-blocks-chapitre-thematique {
|
|
@apply p-0 gap-8 mb-12;
|
|
h3 {
|
|
@apply mt-0;
|
|
}
|
|
&__cover {
|
|
@apply rounded-3xl w-full h-fit bg-white shadowed;
|
|
aspect-ratio: 1/1;
|
|
|
|
img {
|
|
max-width: 76%;
|
|
max-height: 76%;
|
|
}
|
|
}
|
|
&__cta {
|
|
@apply after:absolute
|
|
after:inset-0
|
|
font-bold
|
|
hover:opacity-100
|
|
pt-8
|
|
flex
|
|
items-center
|
|
justify-between;
|
|
transition: font-weight 0.3s ease-in-out;
|
|
.cta_arrow_button {
|
|
@apply block;
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.homegrade-blocks-lien-chapitre {
|
|
@apply my-12 shadowed rounded-2xl p-12;
|
|
&__title {
|
|
@apply text-xl font-bold pb-3;
|
|
}
|
|
&__cta {
|
|
@apply font-bold;
|
|
}
|
|
}
|
|
}
|