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 to change border color of element? #130

Open vmkgalvatron opened 2 years ago

michaelbrusegard commented 1 year ago

Add this CSS class to the icon and replace #FF0000 with the colour of your choice.

.border-color {
    box-shadow: 0 0 0 4px #FF0000;
    border-radius: 50%;
}
farrukh007 commented 12 months ago

Add this CSS class to the icon and replace #FF0000 with the colour of your choice.

.border-color {
    box-shadow: 0 0 0 4px #FF0000;
    border-radius: 50%;
}
Screenshot 2023-10-08 010511

having issues how to resize and align the box. Context box is not showing properly. How to fix their width and alignment?