.el-carousel__indicators--outside {
|
.el-carousel__indicator--horizontal {
|
.el-carousel__button {
|
width: 9px;
|
height: 9px;
|
border-radius: 50px;
|
border: solid 1px $LIGHT_GREY;
|
background-color: $PRIMARY_WHITE;
|
}
|
|
&.is-active {
|
.el-carousel__button {
|
background-color: $PRIMARY_RED;
|
}
|
}
|
}
|
|
.el-carousel__indicator--horizontal:nth-child(2) {
|
.el-carousel__button {
|
margin: 0 20px;
|
}
|
}
|
}
|
|
.pam-consultant-carousel {
|
padding: 0 10px;
|
margin: 0 -10px;
|
|
.el-carousel__container {
|
.el-carousel__item {
|
max-width: 336px;
|
width: 100%;
|
box-shadow: 0 0 6px #00000029;
|
border-radius: 10px;
|
background-color: $PRIMARY_WHITE;
|
}
|
}
|
|
@include desktop {
|
.el-carousel__container {
|
transform: translateX(25%);
|
}
|
}
|
}
|