Commit c79ba35aecce254ad9ea0734676618a7eb2b13b3

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'master' of http://git.focasoftware.com/npm/wrapper-demo

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 }