carhop__carhop-theme__DEV/resources/css/blocks/highlight-timeline-step.css
Antoine M 785b252720
All checks were successful
continuous-integration/drone/push Build is passing
STYLE VIsual refinment
2026-05-21 17:12:06 +02:00

22 lines
439 B
CSS

.highlight-timeline-step {
&__innerblocks {
@apply pb-2;
> p:last-child {
@apply !pb-0 mb-0;
}
.carhop-heading__innerblocks {
@apply gap-2;
}
}
&__year {
@apply h-auto w-full flex !px-4 !py-0 justify-center items-center text-8xl text-white fjalla;
}
&__year-text {
@apply fjalla !text-5xl font-semibold tracking-wide !pb-0;
line-height: 1.2 !important;
}
}