Add arrows/dots to testimonial slider

This commit is contained in:
2019-12-12 22:16:56 -05:00
parent 61d77fc738
commit 73c19c6b03
6 changed files with 350 additions and 4 deletions

View File

@@ -54,6 +54,29 @@ p, h3, h4 {
}
}
// .slick-dots {
// li {
// button {
// border-radius: 100%;
// padding: 5px;
// background-color: white;
// text-indent: 100vw;
// $button-size: 2px;
// height: $button-size;
// width: $button-size;
// // &:focus {
// // background-color: red;
// // }
// }
// .slick-active button {
// background-color: red;
// }
// }
// }
.social-icon {
img {
height: 75%;
@@ -84,3 +107,7 @@ p, h3, h4 {
// background-size: auto;
// background-size: contain;
}
#testimonials {
max-width: 75vw;
}