stephane-monnot / react-vertical-timeline

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

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

Open mathiaslawson opened 1 year ago

dhruvagrawat commented 4 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