Commit d94facc515a3f892bde4a2733257b3decf9bef1e
1 parent
712f17eb00
Exists in
master
iconos
Showing
4 changed files
with
6 additions
and
4 deletions
Show diff stats
img/abmChofer.png
5.37 KB
img/abmPrecios.png
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 | } |