carhop__carhop-theme__DEV/resources/css/blocks/story-timeline.css
2025-12-04 17:00:39 +01:00

25 lines
658 B
CSS

.wp-block-carhop-blocks-story-timeline {
@apply flex gap-12 mx-auto max-w-screen-xl;
aside.story-timeline__years {
@apply text-white;
ul {
@apply sticky top-0 left-0 !pt-6;
@apply list-none p-0 m-0 flex flex-col gap-4;
li {
@apply list-none bg-white text-primary p-2 border border-primary text-3xl fjalla;
}
li.story-timeline__year[data-active='false'] {
@apply opacity-30;
}
li.story-timeline__year[data-active='true'] {
@apply opacity-100;
}
}
}
}
.wp-block-carhop-blocks-heading + .wp-block-carhop-blocks-story-timeline {
@apply mt-6;
}