Commit 4cc8b1d006a8baf0ea939aae463697a612d0a279

Authored by Nicolás Guarnieri
1 parent 4ef649c74b
Exists in master

flechas en botonera principal

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
src/sass/_botonera-principal.scss
... ... @@ -90,4 +90,12 @@
90 90 .swiper-pagination {
91 91 bottom: 0px !important;
92 92 }
  93 +
  94 + .swiper-button-next {
  95 + background-image: url('../img/derecha.png');
  96 + }
  97 +
  98 + .swiper-button-prev {
  99 + background-image: url('../img/izquierda.png');
  100 + }
93 101 }