LinkStack/assets/scss/_carousel.scss
Julian Prieber 5dbb2b182d Version 4.0
-- Dashboard Update --

Update to version 4.0.0.
Complete redesign of the admin panel.
New features and a license change.
2023-04-26 15:44:39 +02:00

37 lines
635 B
SCSS
Vendored

/*===== CAROUSEL =====*/
.carousel-indicators {
bottom: 0;
@include media-breakpoint-up(md) {
bottom: -5px
}
&.indicator-success li {
background-color: rgba($success, 0.2);
&.active {
background-color: rgba($success, 1);
}
}
}
.carousel-caption {
bottom: 40px;
}
/* Carousel Testimonial */
.carousel-testimonial {
.carousel-control-next,
.carousel-control-prev {
color: red;
}
.carousel-control-prev,
.carousel-control-next {
width: auto;
z-index: 55;
color: $secondary;
}
.carousel-control-prev {
.carousel-control-prev-icon {
color: $secondary;
}
}
}