Commit d94facc515a3f892bde4a2733257b3decf9bef1e

Authored by Nicolás Guarnieri
1 parent 712f17eb00
Exists in master

iconos

5.37 KB

5.73 KB

img/abmVehiculos.png

3.74 KB

src/sass/_botonera-principal.scss
... ... @@ -151,17 +151,19 @@
151 151 }
152 152 &-vehiculo {
153 153 & button {
154   - background-position: -4560px 0px;
  154 + background-image: url('../img/abmVehiculos.png');
  155 + background-size: 90px 90px;
155 156 &:hover {
156   - background-position: -4560px -90px;
  157 + background-color: rgb(250,250,250);
157 158 }
158 159 }
159 160 }
160 161 &-precio-condicion {
161 162 & button {
162   - background-position: -4560px 0px;
  163 + background-image: url('../img/abmPrecios.png');
  164 + background-size: 90px 90px;
163 165 &:hover {
164   - background-position: -4560px -90px;
  166 + background-color: rgb(250,250,250);
165 167 }
166 168 }
167 169 }