AdminLTE/build/scss/_carousel.scss
2020-06-01 14:07:35 +02:00

24 lines
286 B
SCSS

//
// Component: Carousel
//
.carousel-control {
&.left,
&.right {
background-image: none;
}
> .fa,
> .fas,
> .far,
> .fab,
> .ion {
display: inline-block;
font-size: 40px;
margin-top: -20px;
position: absolute;
top: 50%;
z-index: 5;
}
}