27 lines
661 B
SCSS
Executable File
27 lines
661 B
SCSS
Executable File
.p-galleria {
|
|
.p-galleria-indicators {
|
|
padding: $galleriaIndicatorsPadding;
|
|
|
|
.p-galleria-indicator {
|
|
&.p-highlight {
|
|
button {
|
|
background: $accentColor;
|
|
color: $accentTextColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
&.p-galleria-indicator-onitem {
|
|
.p-galleria-indicators {
|
|
.p-galleria-indicator {
|
|
&.p-highlight {
|
|
button {
|
|
background: rgba($accentColor, .68);
|
|
color: $accentTextColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |