30 lines
569 B
CSS
30 lines
569 B
CSS
.highlight-timeline-step {
|
|
&__innerblocks {
|
|
@apply pt-12 pb-2;
|
|
|
|
> p:last-child {
|
|
@apply !pb-0 mb-0;
|
|
}
|
|
|
|
.carhop-heading__innerblocks {
|
|
@apply gap-2;
|
|
}
|
|
}
|
|
&__year {
|
|
@apply h-auto w-full flex !p-12 justify-center items-center text-8xl text-white fjalla;
|
|
}
|
|
|
|
&__year-background {
|
|
svg {
|
|
polygon {
|
|
@apply !fill-purple-200;
|
|
}
|
|
}
|
|
}
|
|
&__year-text {
|
|
@apply fjalla !pt-12 !pb-10;
|
|
font-size: clamp(4rem, 20vw, 20rem) !important;
|
|
line-height: 1.2 !important;
|
|
}
|
|
}
|