_carousel.scss 326 B

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