Привет!
Есть слайдера. Тот что находится выше работает, но тот, что под ним не хочет слайдиться при нажатии на стрелку.
Это сасс код не рабочего, код рабочего аналогичен, разница лиж в цвете бекграунда
.content-facciamo {
width: 100%;
padding: 60px 0 60px;
background: $white;
.facciamo {
width: 95%;
height: auto;
background: $color-ph-pink;
margin: 0 auto;
.main-title {
font-family: $century-gothic-bold;
font-size: 20.35px;
color: $black;
letter-spacing: 10px;
margin-bottom: 35px;
margin-top: 60px;
}
.line {
width: 100%;
height: 1px;
background: $white;
}
.title {
font-family: $play-fair;
font-size: 12.97px;
color: $black;
letter-spacing: 2px;
margin-top: 30px;
}
.carousel-control.right, .carousel-control.left { background-image: none;}
.carousel { margin-top: 70px; margin-bottom: 60px; }
.carousel-indicators { bottom: 550px}
.carousel-inner { height: 540px; }
.glyphicon-chevron-left:before {
content: " ";
display: block;
background: url(../../src/images/arrow-left.png) no-repeat;
width: 30px;
height: 30px;
}
.glyphicon-chevron-right:before {
content: " ";
display: block;
background: url(../../src/images/arrow-right.png) no-repeat;
width: 30px;
height: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
margin-top: 140px;
}
.carousel-indicators li {
display: inline-block;
width: 9px;
height: 9px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background: $white;
border-radius: 10px;
border: 0;
}
.carousel-indicators .active {
display: inline-block;
width: 9px;
height: 9px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background: $black;
border-radius: 10px;
}
}
}