WIP
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user