Commit 895651db1cea688ffd78481071ee9094e5eaaf1c
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !27
Showing
4 changed files
Show diff stats
index.html
1 | <html ng-app="appWrapperDemo"> | 1 | <html ng-app="appWrapperDemo"> |
2 | <head> | 2 | <head> |
3 | <meta charset="UTF-8"/> | 3 | <meta charset="UTF-8"/> |
4 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | 4 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
5 | <base href="./"> | 5 | <base href="./"> |
6 | 6 | ||
7 | <!--CSS--> | 7 | <!--CSS--> |
8 | <link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> | 8 | <link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> |
9 | <link href="./node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"/> | 9 | <link href="./node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"/> |
10 | <link href="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.css" rel="stylesheet"/> | 10 | <link href="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.css" rel="stylesheet"/> |
11 | <link href="./node_modules/ladda/dist/ladda-themeless.min.css" rel="stylesheet"/> | 11 | <link href="./node_modules/ladda/dist/ladda-themeless.min.css" rel="stylesheet"/> |
12 | <link href="./node_modules/leaflet/dist/leaflet.css" rel="stylesheet"/> | 12 | <link href="./node_modules/leaflet/dist/leaflet.css" rel="stylesheet"/> |
13 | <link href="./css/general.css" rel="stylesheet"/> | 13 | <link href="./css/general.css" rel="stylesheet"/> |
14 | 14 | ||
15 | <!--VENDOR JS--> | 15 | <!--VENDOR JS--> |
16 | <script src="./node_modules/jquery/dist/jquery.min.js"></script> | 16 | <script src="./node_modules/jquery/dist/jquery.min.js"></script> |
17 | <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script> | 17 | <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script> |
18 | <script src="./node_modules/angular/angular.min.js"></script> | 18 | <script src="./node_modules/angular/angular.min.js"></script> |
19 | <script src="./node_modules/angular-cookies/angular-cookies.min.js"></script> | 19 | <script src="./node_modules/angular-cookies/angular-cookies.min.js"></script> |
20 | <script src="./node_modules/angular-i18n/angular-locale_es-ar.js"></script> | 20 | <script src="./node_modules/angular-i18n/angular-locale_es-ar.js"></script> |
21 | <script src="./node_modules/angular-route/angular-route.min.js"></script> | 21 | <script src="./node_modules/angular-route/angular-route.min.js"></script> |
22 | <script src="./node_modules/angular-sanitize/angular-sanitize.min.js"></script> | 22 | <script src="./node_modules/angular-sanitize/angular-sanitize.min.js"></script> |
23 | <script src="./node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> | 23 | <script src="./node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> |
24 | <script src="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.js"></script> | 24 | <script src="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.js"></script> |
25 | <script src="./node_modules/ladda/dist/spin.min.js"></script> | 25 | <script src="./node_modules/ladda/dist/spin.min.js"></script> |
26 | <script src="./node_modules/ladda/dist/ladda.min.js"></script> | 26 | <script src="./node_modules/ladda/dist/ladda.min.js"></script> |
27 | <script src="./node_modules/angular-ladda/dist/angular-ladda.min.js"></script> | 27 | <script src="./node_modules/angular-ladda/dist/angular-ladda.min.js"></script> |
28 | <script src="./node_modules/leaflet/dist/leaflet.js"></script> | 28 | <script src="./node_modules/leaflet/dist/leaflet.js"></script> |
29 | <script src="./node_modules/ngstorage/ngStorage.min.js"></script> | 29 | <script src="./node_modules/ngstorage/ngStorage.min.js"></script> |
30 | <script src="./vendor/cordovaGeolocationModule.min.js"></script> | 30 | <script src="./vendor/cordovaGeolocationModule.min.js"></script> |
31 | 31 | ||
32 | <script src="./node_modules/foca-abm-chofer/dist/foca-abm-chofer.min.js"></script> | 32 | <script src="./node_modules/foca-abm-chofer/dist/foca-abm-chofer.min.js"></script> |
33 | <script src="./node_modules/foca-abm-plazo-pago/dist/foca-abm-plazo-pago.min.js"></script> | 33 | <script src="./node_modules/foca-abm-plazo-pago/dist/foca-abm-plazo-pago.min.js"></script> |
34 | <script src="./node_modules/foca-abm-precios-condiciones/dist/foca-abm-precios-condiciones.min.js"></script> | 34 | <script src="./node_modules/foca-abm-precios-condiciones/dist/foca-abm-precios-condiciones.min.js"></script> |
35 | <script src="./node_modules/foca-abm-sectores/dist/foca-abm-sectores.min.js"></script> | 35 | <script src="./node_modules/foca-abm-sectores/dist/foca-abm-sectores.min.js"></script> |
36 | <script src="./node_modules/foca-admin-seguimiento/dist/foca-admin-seguimiento.min.js"></script> | 36 | <script src="./node_modules/foca-admin-seguimiento/dist/foca-admin-seguimiento.min.js"></script> |
37 | <script src="./node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"></script> | 37 | <script src="./node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"></script> |
38 | <script src="./node_modules/foca-botonera-lateral/dist/foca-botonera-lateral.min.js"></script> | 38 | <script src="./node_modules/foca-botonera-lateral/dist/foca-botonera-lateral.min.js"></script> |
39 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> | 39 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> |
40 | <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> | 40 | <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> |
41 | <script src="./node_modules/foca-cabecera-facturador/dist/foca-cabecera-facturador.min.js"></script> | 41 | <script src="./node_modules/foca-cabecera-facturador/dist/foca-cabecera-facturador.min.js"></script> |
42 | <script src="./node_modules/foca-configuracion/dist/foca-configuracion.min.js"></script> | 42 | <script src="./node_modules/foca-configuracion/dist/foca-configuracion.min.js"></script> |
43 | <script src="./node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js"></script> | 43 | <script src="./node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js"></script> |
44 | <script src="./node_modules/foca-crear-hoja-ruta/dist/foca-crear-hoja-ruta.min.js"></script> | 44 | <script src="./node_modules/foca-crear-hoja-ruta/dist/foca-crear-hoja-ruta.min.js"></script> |
45 | <script src="./node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.min.js"></script> | 45 | <script src="./node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.min.js"></script> |
46 | <script src="./node_modules/foca-crear-remito/dist/foca-crear-remito.min.js"></script> | 46 | <script src="./node_modules/foca-crear-remito/dist/foca-crear-remito.min.js"></script> |
47 | <script src="./node_modules/foca-directivas/dist/foca-directivas.min.js"></script> | 47 | <script src="./node_modules/foca-directivas/dist/foca-directivas.min.js"></script> |
48 | <script src="./node_modules/foca-filtros/dist/foca-filtros.min.js"></script> | 48 | <script src="./node_modules/foca-filtros/dist/foca-filtros.min.js"></script> |
49 | <script src="./node_modules/foca-hoja-ruta/dist/foca-hoja-ruta.min.js"></script> | 49 | <script src="./node_modules/foca-hoja-ruta/dist/foca-hoja-ruta.min.js"></script> |
50 | <script src="./node_modules/foca-login/dist/foca-login.min.js"></script> | 50 | <script src="./node_modules/foca-login/dist/foca-login.min.js"></script> |
51 | <script src="./node_modules/foca-modal/dist/foca-modal.min.js"></script> | 51 | <script src="./node_modules/foca-modal/dist/foca-modal.min.js"></script> |
52 | <script src="./node_modules/foca-modal-banco/dist/foca-modal-banco.min.js"></script> | 52 | <script src="./node_modules/foca-modal-banco/dist/foca-modal-banco.min.js"></script> |
53 | <script src="./node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script> | 53 | <script src="./node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script> |
54 | <script src="./node_modules/foca-modal-cheque/dist/foca-modal-cheque.min.js"></script> | 54 | <script src="./node_modules/foca-modal-cheque/dist/foca-modal-cheque.min.js"></script> |
55 | <script src="./node_modules/foca-modal-chofer/dist/foca-modal-chofer.min.js"></script> | 55 | <script src="./node_modules/foca-modal-chofer/dist/foca-modal-chofer.min.js"></script> |
56 | <script src="./node_modules/foca-modal-cotizacion/dist/foca-modal-cotizacion.min.js"></script> | 56 | <script src="./node_modules/foca-modal-cotizacion/dist/foca-modal-cotizacion.min.js"></script> |
57 | <script src="./node_modules/foca-modal-detalle-hoja-ruta/dist/foca-modal-detalle-hoja-ruta.min.js"></script> | 57 | <script src="./node_modules/foca-modal-detalle-hoja-ruta/dist/foca-modal-detalle-hoja-ruta.min.js"></script> |
58 | <script src="./node_modules/foca-modal-domicilio/dist/foca-modal-domicilios.min.js"></script> | 58 | <script src="./node_modules/foca-modal-domicilio/dist/foca-modal-domicilios.min.js"></script> |
59 | <script src="./node_modules/foca-modal-factura/dist/foca-modal-factura.min.js"></script> | 59 | <script src="./node_modules/foca-modal-factura/dist/foca-modal-factura.min.js"></script> |
60 | <script src="./node_modules/foca-modal-flete/dist/foca-modal-flete.min.js"></script> | 60 | <script src="./node_modules/foca-modal-flete/dist/foca-modal-flete.min.js"></script> |
61 | <script src="./node_modules/foca-modal-localidad/dist/foca-modal-localidad.min.js"></script> | 61 | <script src="./node_modules/foca-modal-localidad/dist/foca-modal-localidad.min.js"></script> |
62 | <script src="./node_modules/foca-modal-moneda/dist/foca-modal-moneda.min.js"></script> | 62 | <script src="./node_modules/foca-modal-moneda/dist/foca-modal-moneda.min.js"></script> |
63 | <script src="./node_modules/foca-modal-nota-pedido/dist/foca-modal-nota-pedido.min.js"></script> | 63 | <script src="./node_modules/foca-modal-nota-pedido/dist/foca-modal-nota-pedido.min.js"></script> |
64 | <script src="./node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.min.js"></script> | 64 | <script src="./node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.min.js"></script> |
65 | <script src="./node_modules/foca-modal-proveedor/dist/foca-modal-proveedor.min.js"></script> | 65 | <script src="./node_modules/foca-modal-proveedor/dist/foca-modal-proveedor.min.js"></script> |
66 | <script src="./node_modules/foca-modal-provincia/dist/foca-modal-provincia.min.js"></script> | 66 | <script src="./node_modules/foca-modal-provincia/dist/foca-modal-provincia.min.js"></script> |
67 | <script src="./node_modules/foca-modal-remito/dist/foca-modal-remito.min.js"></script> | 67 | <script src="./node_modules/foca-modal-remito/dist/foca-modal-remito.min.js"></script> |
68 | <script src="./node_modules/foca-modal-tarifa-flete/dist/foca-modal-tarifa-flete.min.js"></script> | 68 | <script src="./node_modules/foca-modal-tarifa-flete/dist/foca-modal-tarifa-flete.min.js"></script> |
69 | <script src="./node_modules/foca-modal-transportista/dist/foca-modal-transportista.min.js"></script> | 69 | <script src="./node_modules/foca-modal-transportista/dist/foca-modal-transportista.min.js"></script> |
70 | <script src="./node_modules/foca-modal-unidad-medida/dist/foca-modal-unidad-medida.min.js"></script> | 70 | <script src="./node_modules/foca-modal-unidad-medida/dist/foca-modal-unidad-medida.min.js"></script> |
71 | <script src="./node_modules/foca-modal-vehiculo/dist/foca-modal-vehiculo.min.js"></script> | 71 | <script src="./node_modules/foca-modal-vehiculo/dist/foca-modal-vehiculo.min.js"></script> |
72 | <script src="./node_modules/foca-modal-vendedores/dist/foca-modal-vendedores.min.js"></script> | 72 | <script src="./node_modules/foca-modal-vendedores/dist/foca-modal-vendedores.min.js"></script> |
73 | <script src="./node_modules/foca-nombre-empresa/dist/foca-nombre-empresa.min.js"></script> | 73 | <script src="./node_modules/foca-nombre-empresa/dist/foca-nombre-empresa.min.js"></script> |
74 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> | 74 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> |
75 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> | 75 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> |
76 | <script src="./node_modules/foca-abm-vehiculo/dist/foca-abm-vehiculo.min.js"></script> | 76 | <script src="./node_modules/foca-abm-vehiculo/dist/foca-abm-vehiculo.min.js"></script> |
77 | <script src="./node_modules/foca-modal-efectivo/dist/foca-modal-efectivo.min.js"></script> | 77 | <script src="./node_modules/foca-modal-efectivo/dist/foca-modal-efectivo.min.js"></script> |
78 | <script src="./node_modules/foca-modal-cobrador/dist/foca-modal-cobradores.min.js"></script> | 78 | <script src="./node_modules/foca-modal-cobrador/dist/foca-modal-cobradores.min.js"></script> |
79 | <script src="./node_modules/foca-modal-cobranza/dist/foca-modal-cobranza.min.js"></script> | 79 | <script src="./node_modules/foca-modal-cobranza/dist/foca-modal-cobranza.min.js"></script> |
80 | 80 | ||
81 | <script src="./src/js/app.js"></script> | 81 | <script src="./src/js/app.js"></script> |
82 | <script src="./src/js/controller.js"></script> | 82 | <script src="./src/js/controller.js"></script> |
83 | <script src="./src/etc/develop.js"></script> | 83 | <script src="./src/etc/develop.js"></script> |
84 | </head> | 84 | </head> |
85 | <body> | 85 | <body> |
86 | <style> | 86 | <style> |
87 | </style> | 87 | </style> |
88 | <foca-nombre-empresa></foca-nombre-empresa> | 88 | <foca-nombre-empresa></foca-nombre-empresa> |
89 | <div ng-view class="container contenedor"></div> | 89 | <div ng-view class="container contenedor"></div> |
90 | <div ng-controller="appWrapperDemoController" class="teclado-container container d-none d-md-block "> | 90 | <div ng-controller="appWrapperDemoController" class="teclado-container container d-none d-md-block "> |
91 | <div class="container"> | ||
92 | <div class="row"> | ||
93 | <div class="col-auto my-2 col-lg-2 offset-lg-10 d-none d-md-flex" style="min-height: 176px"> | ||
94 | <div class="px-2 mt-auto"> | ||
95 | <foca-botonera-lateral></foca-botonera-lateral> | ||
96 | </div> | ||
97 | </div> | ||
98 | </div> | ||
99 | </div> | 91 | <foca-botonera-lateral></foca-botonera-lateral> |
100 | <foca-teclado | 92 | <foca-teclado |
101 | ng-show="usarTeclado && mostrarTeclado" | 93 | ng-show="usarTeclado && mostrarTeclado" |
102 | alfanumeric="true" | 94 | alfanumeric="true" |
103 | numeric="true" | 95 | numeric="true" |
104 | > | 96 | > |
105 | </foca-teclado> | 97 | </foca-teclado> |
106 | </div> | 98 | </div> |
107 | </body> | 99 | </body> |
108 | </html> | 100 | </html> |
109 | 101 |
src/sass/_botonera-lateral.scss
1 | .botonera-lateral { | 1 | .botonera-lateral { |
2 | pointer-events: none; | ||
3 | position: absolute; | ||
4 | left: 0; | ||
5 | right: 0; | ||
6 | top: 402px; | ||
7 | &.teclado{ | ||
8 | top: 449px; | ||
9 | z-index: 100000; | ||
10 | } | ||
11 | .row{ | ||
12 | margin: 0 !important; | ||
13 | pointer-events: none; | ||
14 | } | ||
2 | 15 | ||
3 | @media (min-width: 768px){ | 16 | .container{ |
4 | display: grid !important; | 17 | @media (min-width: 768px){ |
18 | display: grid !important; | ||
19 | } | ||
5 | } | 20 | } |
6 | 21 | ||
7 | button{ | 22 | button{ |
8 | pointer-events: all; | 23 | pointer-events: all; |
9 | background-color: #DDD; | 24 | background-color: #DDD; |
10 | } | 25 | } |
11 | 26 | ||
12 | .teclado-activar { | 27 | .teclado-activar { |
13 | background-color: #17d236 !important; | 28 | background-color: #17d236 !important; |
14 | color: #FFF !important; | 29 | color: #FFF !important; |
15 | } | 30 | } |
16 | 31 | ||
17 | button, .btn-group-toggle{ | 32 | button, .btn-group-toggle{ |
18 | background-color: #DDD; | 33 | background-color: #DDD; |
19 | color: #000; | 34 | color: #000; |
20 | text-transform: uppercase; | 35 | text-transform: uppercase; |
21 | min-width: 109px; | 36 | min-width: 109px; |
22 | &:hover{ | 37 | &:hover{ |
23 | color: #FFF; | 38 | color: #FFF; |
24 | .boton-activar-teclado{ | 39 | .boton-activar-teclado{ |
25 | color: #FFF; | 40 | color: #FFF; |
26 | } | 41 | } |
27 | background-color: #000; | 42 | background-color: #000; |
28 | } | 43 | } |
29 | } | 44 | } |
30 | 45 | ||
31 | 46 | ||
32 | .btn-group-toggle{ | 47 | .btn-group-toggle{ |
33 | pointer-events: all; | 48 | pointer-events: all; |
34 | &.active{ | 49 | &.active{ |
35 | background-color: $primary-color; | 50 | background-color: $primary-color; |
36 | .boton-activar-teclado{ | 51 | .boton-activar-teclado{ |
37 | color: #FFF; | 52 | color: #FFF; |
38 | } | 53 | } |
39 | } | 54 | } |
40 | 55 | ||
41 | .boton-activar-teclado{ | 56 | .boton-activar-teclado{ |
42 | cursor: pointer; | 57 | cursor: pointer; |
43 | color: #000; | 58 | color: #000; |
44 | background-color: transparent; | 59 | background-color: transparent; |
45 | } | 60 | } |
46 | 61 | ||
47 | input{ | 62 | input{ |
48 | display: none; | 63 | display: none; |
49 | } | 64 | } |
50 | } | 65 | } |
51 | } | 66 | } |
52 | .teclado-container > div{ |
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){ | ||
11 | width: 150px; | ||
12 | } | ||
10 | } | 13 | } |
11 | button { | 14 | button { |
12 | background-image: url('../img/botonera.png'); | 15 | background-image: url('../img/botonera.png'); |
13 | border-radius: 12px; | 16 | border-radius: 12px; |
14 | border-width: 0; | 17 | border-width: 0; |
15 | height: 90px; | 18 | height: 90px; |
16 | position: relative; | 19 | position: relative; |
17 | width: 90px; | 20 | width: 90px; |
18 | span { | 21 | span { |
19 | left: 0; | 22 | left: 0; |
20 | position: absolute; | 23 | position: absolute; |
21 | text-align: center; | 24 | text-align: center; |
22 | top: 90px; | 25 | top: 90px; |
23 | width: 100%; | 26 | width: 100%; |
24 | font-size: 12px; | 27 | font-size: 12px; |
25 | color: #777777; | 28 | color: #777777; |
26 | } | 29 | } |
27 | } | 30 | } |
28 | &-menu { | 31 | &-menu { |
32 | width: 100%; | ||
29 | padding-left: 90px; | 33 | padding-left: 90px; |
30 | @media (max-width: 576px) { | 34 | @media (max-width: 576px) { |
31 | padding: 0; | 35 | padding: 0; |
32 | } | 36 | } |
33 | } | 37 | } |
34 | &-logo { | 38 | &-logo { |
35 | width: 80%; | 39 | width: 80%; |
36 | opacity: .8; | 40 | opacity: .8; |
37 | @media (max-width: 576px) { | 41 | @media (max-width: 576px) { |
38 | width: 100%; | 42 | width: 100%; |
39 | } | 43 | } |
40 | } | 44 | } |
41 | &-vacio { | 45 | &-vacio { |
42 | & button { | 46 | & button { |
43 | background-position: -4380px 0; | 47 | background-position: -4380px 0; |
44 | &:hover { | 48 | &:hover { |
45 | background-position: -4380px -90px; | 49 | background-position: -4380px -90px; |
46 | } | 50 | } |
47 | } | 51 | } |
48 | } | 52 | } |
49 | &-abrir-turno { | 53 | &-abrir-turno { |
50 | & button { | 54 | & button { |
51 | background-position: 0 0; | 55 | background-position: 0 0; |
52 | &:hover { | 56 | &:hover { |
53 | background-position: 0 -90px; | 57 | background-position: 0 -90px; |
54 | } | 58 | } |
55 | } | 59 | } |
56 | } | 60 | } |
57 | &-cerrar-turno { | 61 | &-cerrar-turno { |
58 | & button { | 62 | & button { |
59 | background-position: -90px 0; | 63 | background-position: -90px 0; |
60 | &:hover { | 64 | &:hover { |
61 | background-position: -90px -90px; | 65 | background-position: -90px -90px; |
62 | } | 66 | } |
63 | } | 67 | } |
64 | } | 68 | } |
65 | &-caja { | 69 | &-caja { |
66 | & button { | 70 | & button { |
67 | background-position: -180px 0; | 71 | background-position: -180px 0; |
68 | &:hover { | 72 | &:hover { |
69 | background-position: -180px -90px; | 73 | background-position: -180px -90px; |
70 | } | 74 | } |
71 | } | 75 | } |
72 | } | 76 | } |
73 | &-facturador { | 77 | &-facturador { |
74 | & button { | 78 | & button { |
75 | background-position: -270px 0px; | 79 | background-position: -270px 0px; |
76 | &:hover { | 80 | &:hover { |
77 | background-position: -270px -90px; | 81 | background-position: -270px -90px; |
78 | } | 82 | } |
79 | } | 83 | } |
80 | } | 84 | } |
81 | &-nota-pedido { | 85 | &-nota-pedido { |
82 | & button { | 86 | & button { |
83 | background-position: -1250px 0px; | 87 | background-position: -1250px 0px; |
84 | &:hover { | 88 | &:hover { |
85 | background-position: -1250px -90px; | 89 | background-position: -1250px -90px; |
86 | } | 90 | } |
87 | } | 91 | } |
88 | } | 92 | } |
89 | &-remito { | 93 | &-remito { |
90 | & button { | 94 | & button { |
91 | background-position: -4560px 0px; | 95 | background-position: -4560px 0px; |
92 | &:hover { | 96 | &:hover { |
93 | background-position: -4560px -90px; | 97 | background-position: -4560px -90px; |
94 | } | 98 | } |
95 | } | 99 | } |
96 | } | 100 | } |
97 | &-hoja-ruta { | 101 | &-hoja-ruta { |
98 | & button { | 102 | & button { |
99 | background-position: -4650px 0px; | 103 | background-position: -4650px 0px; |
100 | &:hover { | 104 | &:hover { |
101 | background-position: -4650px -90px; | 105 | background-position: -4650px -90px; |
102 | } | 106 | } |
103 | } | 107 | } |
104 | } | 108 | } |
105 | &-hoja-ruta-transportista { | 109 | &-hoja-ruta-transportista { |
106 | & button { | 110 | & button { |
107 | background-image: url('../img/hojaRutaVolante.png'); | 111 | background-image: url('../img/hojaRutaVolante.png'); |
108 | background-size: 90px 90px; | 112 | background-size: 90px 90px; |
109 | &:hover { | 113 | &:hover { |
110 | background-color: rgb(250,250,250); | 114 | background-color: rgb(250,250,250); |
111 | } | 115 | } |
112 | } | 116 | } |
113 | } | 117 | } |
114 | &-seguimiento { | 118 | &-seguimiento { |
115 | & button { | 119 | & button { |
116 | background-image: url('../img/seguimientoNotaPedido.png'); | 120 | background-image: url('../img/seguimientoNotaPedido.png'); |
117 | background-size: 90px 90px; | 121 | background-size: 90px 90px; |
118 | background-position: 15px 10px; | 122 | background-position: 15px 10px; |
119 | &:hover { | 123 | &:hover { |
120 | background-color: rgb(250,250,250); | 124 | background-color: rgb(250,250,250); |
121 | } | 125 | } |
122 | } | 126 | } |
123 | } | 127 | } |
124 | &-seguimiento-hoja-ruta { | 128 | &-seguimiento-hoja-ruta { |
125 | & button { | 129 | & button { |
126 | background-image: url('../img/seguimientoHojaRuta.png'); | 130 | background-image: url('../img/seguimientoHojaRuta.png'); |
127 | background-size: 90px 90px; | 131 | background-size: 90px 90px; |
128 | background-position: 15px 10px; | 132 | background-position: 15px 10px; |
129 | &:hover { | 133 | &:hover { |
130 | background-color: rgb(250,250,250); | 134 | background-color: rgb(250,250,250); |
131 | } | 135 | } |
132 | } | 136 | } |
133 | } | 137 | } |
134 | &-cobranzas { | 138 | &-cobranzas { |
135 | & button { | 139 | & button { |
136 | background-position: -1880 0px; | 140 | background-position: -1880 0px; |
137 | &:hover { | 141 | &:hover { |
138 | background-position: -1880 -90px; | 142 | background-position: -1880 -90px; |
139 | } | 143 | } |
140 | } | 144 | } |
141 | } | 145 | } |
142 | &-seguimiento-cobranzas { | 146 | &-seguimiento-cobranzas { |
143 | & button { | 147 | & button { |
144 | background-image: url('../img/seguimientoCobranza.png'); | 148 | background-image: url('../img/seguimientoCobranza.png'); |
145 | background-size: 90px 90px; | 149 | background-size: 90px 90px; |
146 | background-position: 15px 10px; | 150 | background-position: 15px 10px; |
147 | &:hover { | 151 | &:hover { |
148 | background-color: rgb(250,250,250); | 152 | background-color: rgb(250,250,250); |
149 | } | 153 | } |
150 | } | 154 | } |
151 | } | 155 | } |
152 | &-vehiculo { | 156 | &-vehiculo { |
153 | & button { | 157 | & button { |
154 | background-image: url('../img/abmVehiculos.png'); | 158 | background-image: url('../img/abmVehiculos.png'); |
155 | background-size: 90px 90px; | 159 | background-size: 90px 90px; |
156 | &:hover { | 160 | &:hover { |
157 | background-color: rgb(250,250,250); | 161 | background-color: rgb(250,250,250); |
158 | } | 162 | } |
159 | } | 163 | } |
160 | } | 164 | } |
161 | &-precio-condicion { | 165 | &-precio-condicion { |
162 | & button { | 166 | & button { |
163 | background-image: url('../img/abmPrecios.png'); | 167 | background-image: url('../img/abmPrecios.png'); |
164 | background-size: 90px 90px; | 168 | background-size: 90px 90px; |
165 | &:hover { | 169 | &:hover { |
166 | background-color: rgb(250,250,250); | 170 | background-color: rgb(250,250,250); |
167 | } | 171 | } |
168 | } | 172 | } |
169 | } | 173 | } |
170 | &-chofer { | 174 | &-chofer { |
171 | & button { | 175 | & button { |
172 | background-image: url('../img/abmChofer.png'); | 176 | background-image: url('../img/abmChofer.png'); |
173 | background-size: 90px 90px; | 177 | background-size: 90px 90px; |
174 | &:hover { | 178 | &:hover { |
175 | background-color: rgb(250,250,250); | 179 | background-color: rgb(250,250,250); |
176 | } | 180 | } |
177 | } | 181 | } |
178 | } | 182 | } |
179 | .swiper-pagination { | 183 | .swiper-pagination { |
180 | bottom: 0px !important; | 184 | bottom: 0px !important; |
181 | } | 185 | } |
182 | 186 | ||
183 | .swiper-button-next { | 187 | .swiper-button-next { |
184 | background-image: url('../img/derecha.png'); | 188 | background-image: url('../img/derecha.png'); |
185 | } | 189 | } |
186 | 190 | ||
187 | .swiper-button-prev { | 191 | .swiper-button-prev { |
188 | background-image: url('../img/izquierda.png'); | 192 | background-image: url('../img/izquierda.png'); |
189 | } | 193 | } |
194 | |||
195 | @media (min-width: 992px){ | ||
196 | a{ | ||
197 | margin-top: 2.5rem; | ||
198 | } | ||
199 | } | ||
190 | } | 200 | } |
191 | 201 |
src/sass/_swiper.scss
1 | .swiper { | 1 | .swiper { |
2 | &-container { | 2 | &-container { |
3 | height: 300px; | 3 | height: 300px; |
4 | |||
4 | } | 5 | } |
5 | &-slide { | 6 | &-slide { |
6 | background: transparent; | 7 | background: transparent; |
7 | height: 400px; | 8 | height: 400px; |
8 | text-align: unset; | 9 | text-align: unset; |
9 | -webkit-align-items: unset; | 10 | -webkit-align-items: unset; |
10 | align-items: unset; | 11 | align-items: unset; |
11 | } | 12 | } |
13 | |||
14 | @media(max-width: 992px){ | ||
15 | &-container{ | ||
16 | height: 430px; | ||
17 | } | ||
18 | &-pagination{ | ||
19 | background: #CCC; | ||
20 | padding: 0.5rem; | ||
21 | } | ||
22 | } | ||
12 | } | 23 | } |
13 | 24 |