Add arrows/dots to testimonial slider
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user