stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.08k stars 157 forks source link

How do i change the border type for the sideline?? #170

Open mathiaslawson opened 10 months ago

dhruvagrawat commented 3 months ago

Hey @mathiaslawson you can Set line border type by adding

.vertical-timeline::before { width: 2px; / Adjust the width of the timeline / border-left: 3px dotted rgba(0, 0, 0, 0.5); / Change to dotted line / border-color: aqua; background: var(--line-color); }

into your global css ( in this case ive set it to dotted line ) it'll override the defaults