59 lines
1.2 KiB
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
} |