AdminLTE/build/scss/_carousel.scss
REJack aac8ca32df
add font awesome light & duotone icons support (#2911)
* add font awesome light & duotone icons support
* fix lint error
2020-07-22 16:50:44 +02:00

26 lines
306 B
SCSS

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