stephane-monnot / react-vertical-timeline

Vertical timeline for React.js

Home Page:https://stephane-monnot.github.io/react-vertical-timeline/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mathiaslawson opened this issue · comments

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