2025-03-26 10:01:46 +07:00

12 lines
255 B
SCSS
Vendored

.carousel-indicators {
[data-bs-target] {
border-radius: $carousel-indicator-radius;
transform: scale(.8);
transition: all 400ms ease;
&.active {
transition: all 400ms ease;
transform: scale(1);
}
}
}