diff --git a/index.html b/index.html index 3a4146d..153997b 100644 --- a/index.html +++ b/index.html @@ -70,6 +70,7 @@ + diff --git a/package.json b/package.json index 4793681..d6d4d1f 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,7 @@ "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git", "foca-modal-detalle-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-cisternas.git", "foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git", + "foca-modal-detalles": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalles.git", "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git", "foca-modal-efectivo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-efectivo.git", "foca-modal-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura.git", diff --git a/src/js/app.js b/src/js/app.js index 5da9ba5..9b06706 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -44,6 +44,7 @@ angular.module('appWrapperDemo', [ 'focaModalCotizacion', 'focaModalDetalleCisternas', 'focaModalDetalleHojaRuta', + 'focaModalDetalles', 'focaModalDomicilio', 'focaModalEfectivo', 'focaModalFactura', diff --git a/src/sass/general.scss b/src/sass/general.scss index 3a1e2e8..fa47d1c 100644 --- a/src/sass/general.scss +++ b/src/sass/general.scss @@ -67,3 +67,10 @@ input::-webkit-inner-spin-button { .ladda-w-100 .ladda-label{ width: 100% } + +.btn-delete-image{ + height: 25px; + width: 25px; + top: -10px; + right: 0; +} \ No newline at end of file