Commit 598027636e280f5694a40a99842f479115934ef0

Authored by Nicolás Guarnieri
Exists in master

Merge branch 'master' into 'master'

Master

See merge request !16

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 }