35 lines
2.1 KiB
CSS
35 lines
2.1 KiB
CSS
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.103.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.103.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@16.0.6_sass@1.94.1_webpack@5.103.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/highlight-timeline-step/style.scss ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.highlight-timeline-step__year {
|
|
position: relative;
|
|
}
|
|
.highlight-timeline-step__year > * {
|
|
z-index: 1;
|
|
}
|
|
.highlight-timeline-step__year .highlight-timeline-step__year-background {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
bottom: 10px;
|
|
left: 10px;
|
|
z-index: 0;
|
|
overflow: visible;
|
|
}
|
|
.highlight-timeline-step__year .highlight-timeline-step__year-background svg {
|
|
overflow: visible;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.highlight-timeline-step__year .highlight-timeline-step__year-background svg polygon {
|
|
overflow: visible;
|
|
fill: #efe8ff;
|
|
stroke: white;
|
|
stroke-width: 20px;
|
|
vector-effect: non-scaling-stroke;
|
|
}
|
|
.highlight-timeline-step__year .highlight-timeline-step__year-text {
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
/*# sourceMappingURL=style-index.css.map*/ |