_carousel.scss 306 B

12345678910111213141516171819202122232425
  1. //
  2. // Component: Carousel
  3. //
  4. .carousel-control {
  5. &.left,
  6. &.right {
  7. background-image: none;
  8. }
  9. > .fa,
  10. > .fas,
  11. > .far,
  12. > .fab,
  13. > .fal,
  14. > .fad,
  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. }