carousel.less 268 B

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