14 lines
270 B
SCSS
14 lines
270 B
SCSS
.p-carousel {
|
|
.p-carousel-indicators {
|
|
|
|
.p-carousel-indicator {
|
|
&.p-highlight {
|
|
button {
|
|
background: $accentColor;
|
|
color: $accentTextColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|