flexi-bot/docs/marlin/_sass/_carousel.scss
2023-09-05 20:38:49 +02:00

34 lines
517 B
SCSS

.item img {
width:100%;
}
.carousel-control.left, .carousel-control.right {
background-image:none !important;
opacity:1;
}
.carousel-control.left {
top:40%
}
.carousel-control.right {
top:40%
}
.carousel-caption {
top:15%;
text-align:left;
height:auto;
}
.carousel-caption h2 {
line-height:160%
}
.carousel-caption h2 span {
background:#428BCA;
padding:10px 20px;
color:#fff;
border-left:3px solid #fff;
}
p.caption {
background:#fff;
padding:6px;
text-shadow:none;
color:#428BCA;
}