This commit is contained in:
2025-01-09 10:31:03 -08:00
parent 8e92d0617e
commit baf728b22b
9 changed files with 110 additions and 101 deletions

View File

@@ -2,18 +2,20 @@
.testimonials {
.testimonial-image {
img {
width: 225px;
height: 225px;
border-radius: 50%;
width: 250px;
height: 250px;
}
}
.title {
color: $consumer-primary;
color: $ma-purple !important;
text-align: start;
}
.quote-attribution {
text-align: start;
}
.slick-dots li button::before {
font-size: 12px;
}
@@ -26,12 +28,13 @@
li {
button {
&::before {
color: rgba(102, 0, 55, 0.5);
color: #507CFF;
}
}
}
.slick-active button::before {
color: $consumer-primary;
color: #507CFF;
}
}
}
@@ -43,10 +46,11 @@
li {
button {
&::before {
color: rgba(0, 68, 124, 0.5);
color: #507CFF;
}
}
}
.slick-active button::before {
color: $business-primary;
}