AdminLTE/build/less/carousel.less
2015-02-01 16:25:09 -05:00

15 lines
249 B
Plaintext

/*
* Component: Carousel
* -------------------
*/
.carousel-control {
background-image: none!important;
> .fa {
font-size: 40px;
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -20px;
}
}