carousel.less 249 B

123456789101112131415
  1. /*
  2. * Component: Carousel
  3. * -------------------
  4. */
  5. .carousel-control {
  6. background-image: none!important;
  7. > .fa {
  8. font-size: 40px;
  9. position: absolute;
  10. top: 50%;
  11. z-index: 5;
  12. display: inline-block;
  13. margin-top: -20px;
  14. }
  15. }