mirror of https://gitee.com/karson/fastadmin.git
17 lines
312 B
CSS
17 lines
312 B
CSS
/*
|
|
* Component: Carousel
|
|
* -------------------
|
|
*/
|
|
.carousel-control.left,
|
|
.carousel-control.right {
|
|
background-image: none;
|
|
}
|
|
.carousel-control > .fa {
|
|
font-size: 40px;
|
|
position: absolute;
|
|
top: 50%;
|
|
z-index: 5;
|
|
display: inline-block;
|
|
margin-top: -20px;
|
|
}
|
|
/*# sourceMappingURL=carousel.css.map */ |