This commit is contained in:
2025-01-09 13:15:25 -08:00
parent d0c66fdbfb
commit 054b09e69e
8 changed files with 119 additions and 115 deletions

View File

@@ -2,8 +2,8 @@
.testimonials {
.testimonial-image {
img {
width: 250px;
height: 250px;
// width: 250px;
// height: 250px;
}
}
@@ -22,38 +22,29 @@
}
}
.consumer-brand {
.testimonial-carousel-slice-container {
.slick-dots {
li {
button {
&::before {
color: #507CFF;
}
.testimonial-carousel-slice-container {
.slick-dots {
li {
button {
padding: 0;
&::before {
font-size: 12px;
color: #507CFF;
}
}
}
.slick-active 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;
}
}
@include media-breakpoint-up(lg) {
.slick-dots {
bottom: 0;
left: -12%;
}
}