Remove all plugins / install base theme

This commit is contained in:
Tony Volpe
2024-06-18 16:14:48 -04:00
parent ecc33d62f0
commit 95cb30b884
7455 changed files with 0 additions and 1722920 deletions

View File

@@ -1,55 +0,0 @@
.testimonial-carousel-slice-container {
.testimonials {
.testimonial-image {
img {
width: 225px;
height: 225px;
border-radius: 50%;
}
}
.title {
color: $consumer-primary;
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: rgba(102, 0, 55, 0.5);
}
}
}
.slick-active button::before {
color: $consumer-primary;
}
}
}
}
.business-brand {
.testimonial-carousel-slice-container {
.slick-dots {
li {
button {
&::before {
color: rgba(0, 68, 124, 0.5);
}
}
}
.slick-active button::before {
color: $business-primary;
}
}
}
}