WIP
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -11,10 +11,11 @@
|
||||
.testimonial-img {
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
max-width: 350px;
|
||||
}
|
||||
|
||||
.testimonial-inner-content-wrapper {
|
||||
padding-left: 3em;
|
||||
padding-left: 2em;
|
||||
|
||||
.testimonial-title {
|
||||
font-size: 32px;
|
||||
|
||||
Reference in New Issue
Block a user