Commit a7ec6e15922a427648260a8f3b9e31c0316f8848

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

agrego foca-cabecera-facturador, muevo boton teclado

See merge request !24
... ... @@ -37,6 +37,7 @@
37 37 <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script>
38 38 <script src="./node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"></script>
39 39 <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script>
  40 + <script src="./node_modules/foca-cabecera-facturador/dist/foca-cabecera-facturador.min.js"></script>
40 41 <script src="./node_modules/foca-configuracion/dist/foca-configuracion.min.js"></script>
41 42 <script src="./node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js"></script>
42 43 <script src="./node_modules/foca-crear-hoja-ruta/dist/foca-crear-hoja-ruta.min.js"></script>
... ... @@ -96,7 +97,7 @@
96 97 type="checkbox"
97 98 autocomplete="off"
98 99 >
99   - <i class="fa fa-keyboard-o fa-3x" aria-hidden="true"></i>
  100 + Teclado
100 101 </label>
101 102 </div>
102 103 <foca-teclado
... ... @@ -37,6 +37,7 @@
37 37 "foca-botonera-principal": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-principal.git",
38 38 "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git",
39 39 "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git",
  40 + "foca-cabecera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-cabecera-facturador.git",
40 41 "foca-configuracion": "git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git",
41 42 "foca-crear-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-cobranza.git",
42 43 "foca-crear-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-hoja-ruta.git",
... ... @@ -21,6 +21,7 @@ angular.module(&#39;appWrapperDemo&#39;, [
21 21 'focaBotoneraFacturador',
22 22 'focaBusquedaCliente',
23 23 'focaBusquedaProductos',
  24 + 'focaCabeceraFacturador',
24 25 'focaConfiguracion',
25 26 'focaCrearCobranza',
26 27 'focaCrearHojaRuta',
src/sass/_teclado.scss
... ... @@ -72,10 +72,10 @@
72 72 background-color: #17d236;
73 73 }
74 74 .boton-activar-teclado {
75   - top: -500px;
  75 + top: -450px;
76 76 position: absolute;
77 77 z-index: 100000;
78   - right: 1.5rem;
  78 + right: 1.6rem;
79 79  
80 80 @media(min-width: 1200px){
81 81 right: 2.5rem !important;