react-vertical-timeline icon indicating copy to clipboard operation
react-vertical-timeline copied to clipboard

How to change border color of element?

Open vmkgalvatron opened this issue 3 years ago • 2 comments

vmkgalvatron avatar Dec 08 '21 08:12 vmkgalvatron

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%;
}

michaelbrusegard avatar May 23 '23 03:05 michaelbrusegard

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?

farrukh007 avatar Oct 07 '23 20:10 farrukh007