Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.48 KB | None | 0 0
  1. .swiper-button-next, .swiper-button-prev
  2. {
  3.   width: 20%;
  4.   height: 12px;
  5.   background: transparent url(../../images/slider-right.svg) no-repeat center right 10px;
  6. }
  7.  
  8. .swiper-button-prev
  9. {
  10.   background: none;
  11. }
  12.  
  13. .swiper-button-prev:before
  14. {
  15.   content: "";
  16.   position: absolute;
  17.   width: 100%;
  18.   height: 100%;
  19.   top: 0;
  20.   left: 0;
  21.   z-index: -1;
  22.   background: transparent url(../../images/slider-right.svg) no-repeat center right 10px;
  23.   transform: rotate(180deg);
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement