webpack-bootstrap-ui-kit/src/scss/_components/_ui.carousel.scss

59 lines
865 B
SCSS
Raw Normal View History

2019-06-08 17:20:51 +02:00
/*
* Bootstrap carousel improvement
*/
2019-08-27 17:25:41 +02:00
/*.carousel-item {
2019-07-10 20:59:57 +02:00
&.active {
display: flex !important;
justify-content: center;
align-items: flex-start;
}
2019-08-27 17:25:41 +02:00
}*/
.carousel-slide {
display: flex;
justify-content: center;
align-items: flex-start;
.video {
width: 100%;
iframe {
width: 100% !important;
height: auto !important;
}
}
.img {
display: block;
width: 100%;
}
2019-07-10 20:59:57 +02:00
}
2019-06-08 17:20:51 +02:00
.carousel-control-prev,
.carousel-control-next {
z-index: 2;
font-size: 3rem;
text-shadow: 1px 1px #000;
&:hover,
&:focus {
background: rgba(0, 0, 0, 0.6);
}
}
.carousel-indicators li {
box-shadow: none;
// 1px 1px #000;
}
.carousel-title {
color: #fff;
}
.carousel-title,
.carousel-content {
text-shadow: 1px 1px #000;
}