Commit 179af6f37c6f7a255cca4069607e908b82a33913

Authored by --global
1 parent 3ec10cc910
Exists in master

no change

Showing 2 changed files with 62 additions and 63 deletions   Show diff stats
1 { 1 {
2 "name": "wrapper-demo", 2 "name": "wrapper-demo",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "", 4 "description": "",
5 "main": "main.js", 5 "main": "main.js",
6 "scripts": { 6 "scripts": {
7 "initdev": "npm install gulp --global && npm install && npm install -g jshint", 7 "initdev": "npm install gulp --global && npm install && npm install -g jshint",
8 "gulp-pre-commit": "gulp pre-commit", 8 "gulp-pre-commit": "gulp pre-commit",
9 "compile": "gulp uglify && gulp sass", 9 "compile": "gulp uglify && gulp sass",
10 "actualizar": "git pull origin master", 10 "actualizar": "git pull origin master",
11 "install-dev": "gulp pre-install && npm install && gulp post-install" 11 "install-dev": "gulp pre-install && npm install && gulp post-install"
12 }, 12 },
13 "pre-commit": [ 13 "pre-commit": [
14 "gulp-pre-commit" 14 "gulp-pre-commit"
15 ], 15 ],
16 "repository": { 16 "repository": {
17 "type": "git", 17 "type": "git",
18 "url": "ssh://git@debonline.dyndns.org:npm/wrapper-demo.git" 18 "url": "http://git.focasoftware.com/npm/wrapper-demo.git"
19 }, 19 },
20 "author": "Foca Software", 20 "author": "Foca Software",
21 "license": "ISC", 21 "license": "ISC",
22 "dependencies": { 22 "dependencies": {
23 "angular": "^1.7.5", 23 "angular": "^1.7.5",
24 "angular-cookies": "^1.7.5", 24 "angular-cookies": "^1.7.5",
25 "angular-i18n": "^1.7.5", 25 "angular-i18n": "^1.7.5",
26 "angular-ladda": "^0.4.3", 26 "angular-ladda": "^0.4.3",
27 "angular-route": "^1.7.5", 27 "angular-route": "^1.7.5",
28 "angular-sanitize": "^1.7.5", 28 "angular-sanitize": "^1.7.5",
29 "angular-ui-swiper": "^2.3.8", 29 "angular-ui-swiper": "^2.3.8",
30 "bootstrap": "^4.1.3", 30 "bootstrap": "^4.1.3",
31 "foca-abm-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-chofer.git", 31 "foca-abm-chofer": "git+http://git.focasoftware.com/npm/foca-abm-chofer.git",
32 "foca-abm-plazo-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-plazo-pago.git", 32 "foca-abm-plazo-pago": "git+http://git.focasoftware.com/npm/foca-abm-plazo-pago.git",
33 "foca-abm-precios-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-precios-condiciones.git", 33 "foca-abm-precios-condiciones": "git+http://git.focasoftware.com/npm/foca-abm-precios-condiciones.git",
34 "foca-abm-sectores": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-sectores.git", 34 "foca-abm-sectores": "git+http://git.focasoftware.com/npm/foca-abm-sectores.git",
35 "foca-abm-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vehiculo.git", 35 "foca-abm-vehiculo": "git+http://git.focasoftware.com/npm/foca-abm-vehiculo.git",
36 "foca-abm-vendedor-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vendedor-cobrador.git", 36 "foca-abm-vendedor-cobrador": "git+http://git.focasoftware.com/npm/foca-abm-vendedor-cobrador.git",
37 "foca-admin-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-admin-seguimiento.git", 37 "foca-admin-seguimiento": "git+http://git.focasoftware.com/npm/foca-admin-seguimiento.git",
38 "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git", 38 "foca-botonera-facturador": "git+http://git.focasoftware.com/npm/foca-botonera-facturador.git",
39 "foca-botonera-lateral": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-lateral.git", 39 "foca-botonera-lateral": "git+http://git.focasoftware.com/npm/foca-botonera-lateral.git",
40 "foca-botonera-principal": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-principal.git", 40 "foca-botonera-principal": "git+http://git.focasoftware.com/npm/foca-botonera-principal.git",
41 "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git", 41 "foca-busqueda-cliente": "git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git",
42 "foca-cabecera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-cabecera-facturador.git", 42 "foca-cabecera-facturador": "git+http://git.focasoftware.com/npm/foca-cabecera-facturador.git",
43 "foca-configuracion": "git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git", 43 "foca-configuracion": "git+http://git.focasoftware.com/npm/foca-configuracion.git",
44 "foca-crear-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-cobranza.git", 44 "foca-crear-cobranza": "git+http://git.focasoftware.com/npm/foca-crear-cobranza.git",
45 "foca-crear-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-hoja-ruta.git", 45 "foca-crear-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-crear-hoja-ruta.git",
46 "foca-crear-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-nota-pedido.git", 46 "foca-crear-nota-pedido": "git+http://git.focasoftware.com/npm/foca-crear-nota-pedido.git",
47 "foca-crear-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-remito.git", 47 "foca-crear-remito": "git+http://git.focasoftware.com/npm/foca-crear-remito.git",
48 "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", 48 "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git",
49 "foca-filtros": "git+ssh://git@debonline.dyndns.org:npm/foca-filtros.git", 49 "foca-filtros": "git+http://git.focasoftware.com/npm/foca-filtros.git",
50 "foca-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-hoja-ruta.git", 50 "foca-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-hoja-ruta.git",
51 "foca-login": "git+ssh://git@debonline.dyndns.org:npm/foca-login.git", 51 "foca-login": "git+http://git.focasoftware.com/npm/foca-login.git",
52 "foca-logistica-pedido-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-logistica-pedido-ruta.git", 52 "foca-logistica-pedido-ruta": "git+http://git.focasoftware.com/npm/foca-logistica-pedido-ruta.git",
53 "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git", 53 "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git",
54 "foca-modal-actividad": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-actividad.git", 54 "foca-modal-actividad": "git+http://git.focasoftware.com/npm/foca-modal-actividad.git",
55 "foca-modal-banco": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-banco.git", 55 "foca-modal-banco": "git+http://git.focasoftware.com/npm/foca-modal-banco.git",
56 "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git", 56 "foca-modal-busqueda-productos": "git+http://git.focasoftware.com/npm/foca-modal-busqueda-productos.git",
57 "foca-modal-cheque": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cheque.git", 57 "foca-modal-cheque": "git+http://git.focasoftware.com/npm/foca-modal-cheque.git",
58 "foca-modal-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-chofer.git", 58 "foca-modal-chofer": "git+http://git.focasoftware.com/npm/foca-modal-chofer.git",
59 "foca-modal-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobrador.git", 59 "foca-modal-cobrador": "git+http://git.focasoftware.com/npm/foca-modal-cobrador.git",
60 "foca-modal-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobranza.git", 60 "foca-modal-cobranza": "git+http://git.focasoftware.com/npm/foca-modal-cobranza.git",
61 "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git", 61 "foca-modal-cotizacion": "git+http://git.focasoftware.com/npm/foca-modal-cotizacion.git",
62 "foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git", 62 "foca-modal-detalle-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-modal-detalle-hoja-ruta.git",
63 "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git", 63 "foca-modal-domicilio": "git+http://git.focasoftware.com/npm/foca-modal-domicilio.git",
64 "foca-modal-efectivo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-efectivo.git", 64 "foca-modal-efectivo": "git+http://git.focasoftware.com/npm/foca-modal-efectivo.git",
65 "foca-modal-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura.git", 65 "foca-modal-factura": "git+http://git.focasoftware.com/npm/foca-modal-factura.git",
66 "foca-modal-factura-detalle": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura-detalle.git", 66 "foca-modal-factura-detalle": "git+http://git.focasoftware.com/npm/foca-modal-factura-detalle.git",
67 "foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git", 67 "foca-modal-flete": "git+http://git.focasoftware.com/npm/foca-modal-flete.git",
68 "foca-modal-forma-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-forma-pago.git", 68 "foca-modal-forma-pago": "git+http://git.focasoftware.com/npm/foca-modal-forma-pago.git",
69 "foca-modal-iva": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-iva.git", 69 "foca-modal-iva": "git+http://git.focasoftware.com/npm/foca-modal-iva.git",
70 "foca-modal-lista-precio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-lista-precio.git", 70 "foca-modal-lista-precio": "git+http://git.focasoftware.com/npm/foca-modal-lista-precio.git",
71 "foca-modal-localidad": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-localidad.git", 71 "foca-modal-localidad": "git+http://git.focasoftware.com/npm/foca-modal-localidad.git",
72 "foca-modal-moneda": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-moneda.git", 72 "foca-modal-moneda": "git+http://git.focasoftware.com/npm/foca-modal-moneda.git",
73 "foca-modal-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-nota-pedido.git", 73 "foca-modal-nota-pedido": "git+http://git.focasoftware.com/npm/foca-modal-nota-pedido.git",
74 "foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git", 74 "foca-modal-precio-condiciones": "git+http://git.focasoftware.com/npm/foca-modal-precio-condiciones.git",
75 "foca-modal-proveedor": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-proveedor.git", 75 "foca-modal-proveedor": "git+http://git.focasoftware.com/npm/foca-modal-proveedor.git",
76 "foca-modal-provincia": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-provincia.git", 76 "foca-modal-provincia": "git+http://git.focasoftware.com/npm/foca-modal-provincia.git",
77 "foca-modal-punto-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-punto-descarga.git", 77 "foca-modal-punto-descarga": "git+http://git.focasoftware.com/npm/foca-modal-punto-descarga.git",
78 "foca-modal-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git", 78 "foca-modal-remito": "git+http://git.focasoftware.com/npm/foca-modal-remito.git",
79 "foca-modal-tarifa-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tarifa-flete.git", 79 "foca-modal-tarifa-flete": "git+http://git.focasoftware.com/npm/foca-modal-tarifa-flete.git",
80 "foca-modal-tipo-comprobante": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tipo-comprobante.git", 80 "foca-modal-tipo-comprobante": "git+http://git.focasoftware.com/npm/foca-modal-tipo-comprobante.git",
81 "foca-modal-tipo-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tipo-factura.git", 81 "foca-modal-tipo-factura": "git+http://git.focasoftware.com/npm/foca-modal-tipo-factura.git",
82 "foca-modal-transportista": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-transportista.git", 82 "foca-modal-transportista": "git+http://git.focasoftware.com/npm/foca-modal-transportista.git",
83 "foca-modal-unidad-medida": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-unidad-medida.git", 83 "foca-modal-unidad-medida": "git+http://git.focasoftware.com/npm/foca-modal-unidad-medida.git",
84 "foca-modal-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-vehiculo.git", 84 "foca-modal-vehiculo": "git+http://git.focasoftware.com/npm/foca-modal-vehiculo.git",
85 "foca-modal-vendedores": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-vendedores.git", 85 "foca-modal-vendedores": "git+http://git.focasoftware.com/npm/foca-modal-vendedores.git",
86 "foca-modal-zona": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-zona.git", 86 "foca-modal-zona": "git+http://git.focasoftware.com/npm/foca-modal-zona.git",
87 "foca-nombre-empresa": "git+ssh://git@debonline.dyndns.org:npm/foca-nombre-empresa.git", 87 "foca-nombre-empresa": "git+http://git.focasoftware.com/npm/foca-nombre-empresa.git",
88 "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git", 88 "foca-seguimiento": "git+http://git.focasoftware.com/npm/foca-seguimiento.git",
89 "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git", 89 "foca-teclado": "git+http://git.focasoftware.com/npm/foca-teclado.git",
90 "font-awesome": "^4.7.0", 90 "font-awesome": "^4.7.0",
91 "gulp-angular-templatecache": "^2.2.1", 91 "gulp-angular-templatecache": "^2.2.1",
92 "gulp-htmlmin": "^5.0.1", 92 "gulp-htmlmin": "^5.0.1",
93 "gulp-uglify": "^3.0.1", 93 "gulp-uglify": "^3.0.1",
94 "gulp-uglify-es": "^1.0.4", 94 "gulp-uglify-es": "^1.0.4",
95 "jquery": "^3.3.1", 95 "jquery": "^3.3.1",
96 "ladda": "1.0.6", 96 "ladda": "1.0.6",
97 "leaflet": "1.3.4", 97 "leaflet": "1.3.4",
98 "moment": "2.23.0", 98 "moment": "2.23.0",
99 "ngstorage": "^0.3.11", 99 "ngstorage": "^0.3.11",
100 "node-sass": "^4.10.0", 100 "node-sass": "^4.10.0",
101 "uglify": "^0.1.5", 101 "uglify": "^0.1.5",
102 "ui-bootstrap4": "^3.0.5" 102 "ui-bootstrap4": "^3.0.5"
103 }, 103 },
104 "devDependencies": { 104 "devDependencies": {
105 "electron": "^3.0.2", 105 "electron": "^3.0.2",
106 "gulp": "3.9.1", 106 "gulp": "3.9.1",
107 "gulp-clean": "^0.4.0", 107 "gulp-clean": "^0.4.0",
108 "gulp-concat": "^2.6.1", 108 "gulp-concat": "^2.6.1",
109 "gulp-connect": "^5.6.1", 109 "gulp-connect": "^5.6.1",
110 "gulp-jshint": "^2.1.0", 110 "gulp-jshint": "^2.1.0",
111 "gulp-rename": "^1.4.0", 111 "gulp-rename": "^1.4.0",
112 "gulp-replace": "^1.0.0", 112 "gulp-replace": "^1.0.0",
113 "gulp-sass": "^4.0.1", 113 "gulp-sass": "^4.0.1",
114 "gulp-uglify": "^1.0.4", 114 "gulp-uglify": "^1.0.4",
115 "gulp-watch": "^5.0.1", 115 "gulp-watch": "^5.0.1",
116 "jasmine-core": "^3.2.1", 116 "jasmine-core": "^3.2.1",
117 "jshint": "^2.9.6", 117 "jshint": "^2.9.6",
118 "pre-commit": "^1.2.2", 118 "pre-commit": "^1.2.2",
119 "pump": "^3.0.0" 119 "pump": "^3.0.0"
120 } 120 }
121 } 121 }
122 122
src/sass/_botonera-principal.scss
1 .botonera-principal { 1 .botonera-principal {
2 menuitem { 2 menuitem {
3 display: inline-block; 3 display: inline-block;
4 height: 130px; 4 height: 130px;
5 text-align: center; 5 text-align: center;
6 width: 180px; 6 width: 180px;
7 @media (max-width: 576px) { 7 @media (max-width: 576px) {
8 width: 100%; 8 width: 100%;
9 } 9 }
10 @media (min-width: 992px) and (max-width: 1200px){ 10 @media (min-width: 992px) and (max-width: 1200px){
11 width: 150px; 11 width: 150px;
12 } 12 }
13 } 13 }
14 button { 14 button {
15 background-image: url('../img/botonera.png'); 15 background-image: url('../img/botonera.png');
16 border-radius: 12px; 16 border-radius: 12px;
17 border-width: 0; 17 border-width: 0;
18 height: 90px; 18 height: 90px;
19 position: relative; 19 position: relative;
20 width: 90px; 20 width: 90px;
21 span { 21 span {
22 left: 0; 22 left: 0;
23 position: absolute; 23 position: absolute;
24 text-align: center; 24 text-align: center;
25 top: 90px; 25 top: 90px;
26 width: 100%; 26 width: 100%;
27 font-size: 12px; 27 font-size: 12px;
28 color: #777777; 28 color: #777777;
29 } 29 }
30 } 30 }
31 &-menu { 31 &-menu {
32 width: 100%; 32 width: 100%;
33 padding-left: 90px; 33 padding-left: 90px;
34 @media (max-width: 576px) { 34 @media (max-width: 576px) {
35 padding: 0; 35 padding: 0;
36 } 36 }
37 } 37 }
38 &-logo { 38 &-logo {
39 width: 80%; 39 width: 80%;
40 opacity: .8; 40 opacity: .8;
41 @media (max-width: 576px) { 41 @media (max-width: 576px) {
42 width: 100%; 42 width: 100%;
43 } 43 }
44 } 44 }
45 &-vacio { 45 &-vacio {
46 & button { 46 & button {
47 background-position: -4380px 0; 47 background-position: -4380px 0;
48 &:hover { 48 &:hover {
49 background-position: -4380px -90px; 49 background-position: -4380px -90px;
50 } 50 }
51 } 51 }
52 } 52 }
53 &-abrir-turno { 53 &-abrir-turno {
54 & button { 54 & button {
55 background-position: 0 0; 55 background-position: 0 0;
56 &:hover { 56 &:hover {
57 background-position: 0 -90px; 57 background-position: 0 -90px;
58 } 58 }
59 } 59 }
60 } 60 }
61 &-cerrar-turno { 61 &-cerrar-turno {
62 & button { 62 & button {
63 background-position: -90px 0; 63 background-position: -90px 0;
64 &:hover { 64 &:hover {
65 background-position: -90px -90px; 65 background-position: -90px -90px;
66 } 66 }
67 } 67 }
68 } 68 }
69 &-caja { 69 &-caja {
70 & button { 70 & button {
71 background-position: -180px 0; 71 background-position: -180px 0;
72 &:hover { 72 &:hover {
73 background-position: -180px -90px; 73 background-position: -180px -90px;
74 } 74 }
75 } 75 }
76 } 76 }
77 &-facturador { 77 &-facturador {
78 & button { 78 & button {
79 background-position: -270px 0px; 79 background-position: -270px 0px;
80 &:hover { 80 &:hover {
81 background-position: -270px -90px; 81 background-position: -270px -90px;
82 } 82 }
83 } 83 }
84 } 84 }
85 &-nota-pedido { 85 &-nota-pedido {
86 & button { 86 & button {
87 background-image: url('../img/notaDePedido.png'); 87 background-position: -1250px 0px;
88 background-size: 90px 90px;
89 &:hover { 88 &:hover {
90 background-color: rgb(250,250,250); 89 background-position: -1250px -90px;
91 } 90 }
92 } 91 }
93 } 92 }
94 &-remito { 93 &-remito {
95 & button { 94 & button {
96 background-position: -4560px 0px; 95 background-position: -4560px 0px;
97 &:hover { 96 &:hover {
98 background-position: -4560px -90px; 97 background-position: -4560px -90px;
99 } 98 }
100 } 99 }
101 } 100 }
102 &-hoja-ruta { 101 &-hoja-ruta {
103 & button { 102 & button {
104 background-position: -4650px 0px; 103 background-position: -4650px 0px;
105 &:hover { 104 &:hover {
106 background-position: -4650px -90px; 105 background-position: -4650px -90px;
107 } 106 }
108 } 107 }
109 } 108 }
110 &-hoja-ruta-transportista { 109 &-hoja-ruta-transportista {
111 & button { 110 & button {
112 background-image: url('../img/hojaRutaVolante.png'); 111 background-image: url('../img/hojaRutaVolante.png');
113 background-size: 90px 90px; 112 background-size: 90px 90px;
114 &:hover { 113 &:hover {
115 background-color: rgb(250,250,250); 114 background-color: rgb(250,250,250);
116 } 115 }
117 } 116 }
118 } 117 }
119 &-seguimiento { 118 &-seguimiento {
120 & button { 119 & button {
121 background-image: url('../img/seguimientoNotaPedido.png'); 120 background-image: url('../img/seguimientoNotaPedido.png');
122 background-size: 90px 90px; 121 background-size: 90px 90px;
123 background-position: 15px 10px; 122 background-position: 15px 10px;
124 &:hover { 123 &:hover {
125 background-color: rgb(250,250,250); 124 background-color: rgb(250,250,250);
126 } 125 }
127 } 126 }
128 } 127 }
129 &-seguimiento-hoja-ruta { 128 &-seguimiento-hoja-ruta {
130 & button { 129 & button {
131 background-image: url('../img/seguimientoHojaRuta.png'); 130 background-image: url('../img/seguimientoHojaRuta.png');
132 background-size: 90px 90px; 131 background-size: 90px 90px;
133 background-position: 15px 10px; 132 background-position: 15px 10px;
134 &:hover { 133 &:hover {
135 background-color: rgb(250,250,250); 134 background-color: rgb(250,250,250);
136 } 135 }
137 } 136 }
138 } 137 }
139 &-cobranzas { 138 &-cobranzas {
140 & button { 139 & button {
141 background-position: -1880 0px; 140 background-position: -1880 0px;
142 &:hover { 141 &:hover {
143 background-position: -1880 -90px; 142 background-position: -1880 -90px;
144 } 143 }
145 } 144 }
146 } 145 }
147 &-seguimiento-cobranzas { 146 &-seguimiento-cobranzas {
148 & button { 147 & button {
149 background-image: url('../img/seguimientoCobranza.png'); 148 background-image: url('../img/seguimientoCobranza.png');
150 background-size: 90px 90px; 149 background-size: 90px 90px;
151 background-position: 15px 10px; 150 background-position: 15px 10px;
152 &:hover { 151 &:hover {
153 background-color: rgb(250,250,250); 152 background-color: rgb(250,250,250);
154 } 153 }
155 } 154 }
156 } 155 }
157 &-vehiculo { 156 &-vehiculo {
158 & button { 157 & button {
159 background-image: url('../img/abmVehiculos.png'); 158 background-image: url('../img/abmVehiculos.png');
160 background-size: 90px 90px; 159 background-size: 90px 90px;
161 &:hover { 160 &:hover {
162 background-color: rgb(250,250,250); 161 background-color: rgb(250,250,250);
163 } 162 }
164 } 163 }
165 } 164 }
166 &-precio-condicion { 165 &-precio-condicion {
167 & button { 166 & button {
168 background-image: url('../img/abmPrecios.png'); 167 background-image: url('../img/abmPrecios.png');
169 background-size: 90px 90px; 168 background-size: 90px 90px;
170 &:hover { 169 &:hover {
171 background-color: rgb(250,250,250); 170 background-color: rgb(250,250,250);
172 } 171 }
173 } 172 }
174 } 173 }
175 &-chofer { 174 &-chofer {
176 & button { 175 & button {
177 background-image: url('../img/abmChofer.png'); 176 background-image: url('../img/abmChofer.png');
178 background-size: 90px 90px; 177 background-size: 90px 90px;
179 &:hover { 178 &:hover {
180 background-color: rgb(250,250,250); 179 background-color: rgb(250,250,250);
181 } 180 }
182 } 181 }
183 } 182 }
184 .swiper-pagination { 183 .swiper-pagination {
185 bottom: 0px !important; 184 bottom: 0px !important;
186 } 185 }
187 186
188 .swiper-button-next { 187 .swiper-button-next {
189 background-image: url('../img/derecha.png'); 188 background-image: url('../img/derecha.png');
190 } 189 }
191 190
192 .swiper-button-prev { 191 .swiper-button-prev {
193 background-image: url('../img/izquierda.png'); 192 background-image: url('../img/izquierda.png');
194 } 193 }
195 194
196 @media (min-width: 992px){ 195 @media (min-width: 992px){
197 a{ 196 a{
198 margin-top: 2.5rem; 197 margin-top: 2.5rem;
199 } 198 }
200 } 199 }
201 } 200 }
202 201