Commit 6ba07d984f1f4b479e7fa3a1c18c358c357be063

Authored by Eric Fernandez
1 parent d3bd29bb30
Exists in master

botones

img/hojaRutaVolante.png

9.99 KB

img/seguimientoCobranza.png

12.1 KB

src/sass/_botonera-principal.scss
... ... @@ -110,6 +110,12 @@
110 110 }
111 111 }
112 112 }
  113 + &-seguimiento-hoja-ruta {
  114 + & button {
  115 + background-image: url('../img/hojaRutaVolante.png');
  116 + background-size: 90px 90px;
  117 + }
  118 + }
113 119 &-cobranzas {
114 120 & button {
115 121 background-position: -1880 0px;
... ... @@ -118,6 +124,28 @@
118 124 }
119 125 }
120 126 }
  127 + &-seguimiento-cobranzas {
  128 + & button {
  129 + background-image: url('../img/seguimientoCobranza.png');
  130 + background-size: 90px 90px;
  131 + }
  132 + }
  133 + &-vehiculo {
  134 + & button {
  135 + background-position: -4560px 0px;
  136 + &:hover {
  137 + background-position: -4560px -90px;
  138 + }
  139 + }
  140 + }
  141 + &-precio-condicion {
  142 + & button {
  143 + background-position: -4560px 0px;
  144 + &:hover {
  145 + background-position: -4560px -90px;
  146 + }
  147 + }
  148 + }
121 149 .swiper-pagination {
122 150 bottom: 0px !important;
123 151 }
... ... @@ -129,4 +157,4 @@
129 157 .swiper-button-prev {
130 158 background-image: url('../img/izquierda.png');
131 159 }
132 160 -}
  161 +}
133 162 \ No newline at end of file