You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
XJC/scss/mdb/free/_carousel-basic.scss

26 lines
625 B
SCSS

// CAROUSELS BASIC
.carousel {
.carousel-control-prev-icon,
.carousel-control-next-icon {
width: 36px;
height: 36px;
}
.carousel-control-prev-icon {
background-image: url(#{$image-path}/svg/arrow_left.svg);
}
.carousel-control-next-icon {
background-image: url(#{$image-path}/svg/arrow_right.svg);
}
.carousel-indicators {
li {
max-width: 10px;
height: 10px;
border-radius: 50%;
cursor:pointer;
}
}
.video-fluid {
height: 100%;
width: 100%;
}
}