TIF_E41201448/sources/scss/components/_owlcarousel.scss

15 lines
219 B
SCSS

.owl-theme {
.owl-item {
padding: 10px 0;
}
.owl-dots {
margin-top: 20px !important;
.owl-dot {
&.active {
span {
background-color: color(primary);
}
}
}
}
}