Carousel indicators
Bootstrap4 – Carousel indicators
main.scss
.carousel-indicators{
li{
border-radius: 50%;
width: 10px;
height: 10px;
}
li.active {
width: 14px;
height: 14px;
background-color: $color-1;
margin-top: -2px;;
}
}
Thanks for your blog, nice to read. Do not stop.