mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-11 01:25:25 +01:00
5dbb2b182d
-- Dashboard Update -- Update to version 4.0.0. Complete redesign of the admin panel. New features and a license change.
37 lines
635 B
SCSS
Vendored
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;
|
|
}
|
|
}
|
|
}
|