gaf-mobile
Version:
GAF mobile Web site
20 lines (16 loc) • 396 B
text/less
@import (reference) '../themes/variables';
/* Overrides of the Angular Carousel default styling */
.carousel {
.rn-carousel-indicator {
background-color: transparent;
span {
color: @septenary-color-xxlight;
}
span::before {
font-size: 30px;
}
.active {
color: @primary-color-xlight;
}
}
}