Commit 796811c83709a31dd56b053e646d558675048e4e
1 parent
76d3a12674
Exists in
master
agrego foca-agendar-visita, estilos boton clear input
Showing
4 changed files
with
15 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -44,6 +44,7 @@ |
44 | 44 | <script src="./node_modules/foca-abm-vendedor-cobrador/dist/foca-abm-vendedor-cobrador.min.js"></script> |
45 | 45 | <script src="./node_modules/foca-activar-hoja-ruta/dist/foca-activar-hoja-ruta.min.js"></script> |
46 | 46 | <script src="./node_modules/foca-admin-seguimiento/dist/foca-admin-seguimiento.min.js"></script> |
47 | + <script src="./node_modules/foca-agendar-visita/dist/foca-agendar-visita.min.js"></script> | |
47 | 48 | <script src="./node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"></script> |
48 | 49 | <script src="./node_modules/foca-botonera-lateral/dist/foca-botonera-lateral.min.js"></script> |
49 | 50 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> |
... | ... | @@ -94,7 +95,7 @@ |
94 | 95 | <script src="./src/js/controller.js"></script> |
95 | 96 | <script src="./src/etc/develop.js"></script> |
96 | 97 | </head> |
97 | - <body> | |
98 | + <body class="w-100"> | |
98 | 99 | <style> |
99 | 100 | </style> |
100 | 101 | <foca-nombre-empresa></foca-nombre-empresa> |
package.json
... | ... | @@ -41,6 +41,7 @@ |
41 | 41 | "foca-abm-vendedor-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vendedor-cobrador.git", |
42 | 42 | "foca-activar-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-activar-hoja-ruta.git", |
43 | 43 | "foca-admin-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-admin-seguimiento.git", |
44 | + "foca-agendar-visita": "git+ssh://git@debonline.dyndns.org:npm/foca-agendar-visita.git", | |
44 | 45 | "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git", |
45 | 46 | "foca-botonera-lateral": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-lateral.git", |
46 | 47 | "foca-botonera-principal": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-principal.git", |
src/js/app.js
src/sass/general.scss
... | ... | @@ -74,3 +74,14 @@ input::-webkit-inner-spin-button { |
74 | 74 | top: -10px; |
75 | 75 | right: 0; |
76 | 76 | } |
77 | + | |
78 | +button.clear-input{ | |
79 | + cursor: pointer; | |
80 | + background: transparent; | |
81 | + border: none; | |
82 | + margin-left: -24px; | |
83 | + z-index: 9; | |
84 | + &:focus{ | |
85 | + outline: none; | |
86 | + } | |
87 | +} | |
77 | 88 | \ No newline at end of file |