diff --git a/index.html b/index.html
index 153997b..d4b614c 100644
--- a/index.html
+++ b/index.html
@@ -44,6 +44,7 @@
+
@@ -94,7 +95,7 @@
-
+
diff --git a/package.json b/package.json
index d6d4d1f..f1942ac 100644
--- a/package.json
+++ b/package.json
@@ -41,6 +41,7 @@
"foca-abm-vendedor-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vendedor-cobrador.git",
"foca-activar-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-activar-hoja-ruta.git",
"foca-admin-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-admin-seguimiento.git",
+ "foca-agendar-visita": "git+ssh://git@debonline.dyndns.org:npm/foca-agendar-visita.git",
"foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git",
"foca-botonera-lateral": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-lateral.git",
"foca-botonera-principal": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-principal.git",
diff --git a/src/js/app.js b/src/js/app.js
index 9b06706..73eed5e 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -19,6 +19,7 @@ angular.module('appWrapperDemo', [
'focaAbmVendedorCobrador',
'focaActivarHojaRuta',
'focaAdminSeguimiento',
+ 'focaAgendarVisita',
'focaBotoneraFacturador',
'focaBotoneraLateral',
'focaBotoneraPrincipal',
diff --git a/src/sass/general.scss b/src/sass/general.scss
index 73d44a7..89bad6f 100644
--- a/src/sass/general.scss
+++ b/src/sass/general.scss
@@ -74,3 +74,14 @@ input::-webkit-inner-spin-button {
top: -10px;
right: 0;
}
+
+button.clear-input{
+ cursor: pointer;
+ background: transparent;
+ border: none;
+ margin-left: -24px;
+ z-index: 9;
+ &:focus{
+ outline: none;
+ }
+}
\ No newline at end of file