Files
medicalalert-web-reloaded/wp/wp-content/themes/medicalalert/src/scss/testimonial-carousel.scss
2025-01-09 10:31:03 -08:00

59 lines
1.2 KiB
SCSS

.testimonial-carousel-slice-container {
.testimonials {
.testimonial-image {
img {
width: 250px;
height: 250px;
}
}
.title {
color: $ma-purple !important;
text-align: start;
}
.quote-attribution {
text-align: start;
}
.slick-dots li button::before {
font-size: 12px;
}
}
}
.consumer-brand {
.testimonial-carousel-slice-container {
.slick-dots {
li {
button {
&::before {
color: #507CFF;
}
}
}
.slick-active button::before {
color: #507CFF;
}
}
}
}
.business-brand {
.testimonial-carousel-slice-container {
.slick-dots {
li {
button {
&::before {
color: #507CFF;
}
}
}
.slick-active button::before {
color: $business-primary;
}
}
}
}