29 lines
488 B
CSS
29 lines
488 B
CSS
.parcours-steps-container {
|
|
@apply md:grid grid-cols-3 gap-12 pt-8 pb-24;
|
|
|
|
.card {
|
|
h2 {
|
|
@apply !my-4;
|
|
line-height: 1.2;
|
|
}
|
|
}
|
|
}
|
|
|
|
.step-icon {
|
|
@apply w-12 h-12 relative;
|
|
}
|
|
|
|
.page-template-template-parcours-renovateur {
|
|
.card-large-content {
|
|
@apply pt-24;
|
|
&__links-container {
|
|
@apply lg:gap-32;
|
|
}
|
|
&__top-illustration {
|
|
width: 330px;
|
|
height: 180px;
|
|
transform: translate(-50%, -54%);
|
|
}
|
|
}
|
|
}
|