_carousel.scss 302 B

123456789101112131415161718192021222324
  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. > .glyphicon,
  14. > .ion {
  15. display: inline-block;
  16. font-size: 40px;
  17. margin-top: -20px;
  18. position: absolute;
  19. top: 50%;
  20. z-index: 5;
  21. }
  22. }