Commit 6296f93777ffd6f3b2524b42052f415e95dd1d17
Exists in
master
Merge remote-tracking branch 'upstream/master'
Showing
4 changed files
Show diff stats
img/seguimientoHojaRuta.png
11.8 KB
img/seguimientoNotaPedido.png
12 KB
package.json
| ... | ... | @@ -7,7 +7,6 @@ |
| 7 | 7 | "initdev": "npm install gulp --global && npm install && npm install -g jshint", |
| 8 | 8 | "gulp-pre-commit": "gulp pre-commit", |
| 9 | 9 | "compile": "gulp uglify && gulp sass", |
| 10 | - "postinstall": "npm install foca-abm-plazo-pago foca-abm-precios-condiciones foca-abm-sectores foca-abm-vehiculo foca-admin-seguimiento foca-botonera-principal foca-busqueda-cliente foca-configuracion foca-crear-cobranza foca-crear-hoja-ruta foca-crear-nota-pedido foca-crear-remito foca-directivas foca-filtros foca-hoja-ruta foca-login foca-modal foca-modal-banco foca-modal-busqueda-productos foca-modal-cheque foca-modal-chofer foca-modal-cobrador foca-modal-cotizacion foca-modal-detalle-hoja-ruta foca-modal-domicilio foca-modal-efectivo foca-modal-factura foca-modal-flete foca-modal-localidad foca-modal-moneda foca-modal-nota-pedido foca-modal-precio-condiciones foca-modal-proveedor foca-modal-provincia foca-modal-remito foca-modal-tarifa-flete foca-modal-transportista foca-modal-vehiculo foca-modal-vendedores foca-nombre-empresa foca-seguimiento foca-teclado", | |
| 11 | 10 | "actualizar": "git pull origin master", |
| 12 | 11 | "install-dev": "gulp pre-install && npm install && gulp post-install" |
| 13 | 12 | }, |
src/sass/_botonera-principal.scss
| ... | ... | @@ -102,18 +102,33 @@ |
| 102 | 102 | } |
| 103 | 103 | } |
| 104 | 104 | } |
| 105 | + &-hoja-ruta-transportista { | |
| 106 | + & button { | |
| 107 | + background-image: url('../img/hojaRutaVolante.png'); | |
| 108 | + background-size: 90px 90px; | |
| 109 | + &:hover { | |
| 110 | + background-color: rgb(250,250,250); | |
| 111 | + } | |
| 112 | + } | |
| 113 | + } | |
| 105 | 114 | &-seguimiento { |
| 106 | 115 | & button { |
| 107 | - background-position: -4470px 0px; | |
| 116 | + background-image: url('../img/seguimientoNotaPedido.png'); | |
| 117 | + background-size: 90px 90px; | |
| 118 | + background-position: 15px 10px; | |
| 108 | 119 | &:hover { |
| 109 | - background-position: -4470px -90px; | |
| 120 | + background-color: rgb(250,250,250); | |
| 110 | 121 | } |
| 111 | 122 | } |
| 112 | 123 | } |
| 113 | 124 | &-seguimiento-hoja-ruta { |
| 114 | 125 | & button { |
| 115 | - background-image: url('../img/hojaRutaVolante.png'); | |
| 126 | + background-image: url('../img/seguimientoHojaRuta.png'); | |
| 116 | 127 | background-size: 90px 90px; |
| 128 | + background-position: 15px 10px; | |
| 129 | + &:hover { | |
| 130 | + background-color: rgb(250,250,250); | |
| 131 | + } | |
| 117 | 132 | } |
| 118 | 133 | } |
| 119 | 134 | &-cobranzas { |
| ... | ... | @@ -128,6 +143,10 @@ |
| 128 | 143 | & button { |
| 129 | 144 | background-image: url('../img/seguimientoCobranza.png'); |
| 130 | 145 | background-size: 90px 90px; |
| 146 | + background-position: 15px 10px; | |
| 147 | + &:hover { | |
| 148 | + background-color: rgb(250,250,250); | |
| 149 | + } | |
| 131 | 150 | } |
| 132 | 151 | } |
| 133 | 152 | &-vehiculo { |