Commit 041576a49d0765148272e0e4678f65449d4d0f23
1 parent
79f2606c1d
Exists in
master
and in
1 other branch
cambio formato trutas git
Showing
2 changed files
with
117 additions
and
117 deletions
Show diff stats
package.json
| 1 | { | 1 | { |
| 2 | "name": "wrapper-demo", | 2 | "name": "wrapper-demo", |
| 3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
| 4 | "description": "", | 4 | "description": "", |
| 5 | "main": "main.js", | 5 | "main": "main.js", |
| 6 | "scripts": { | 6 | "scripts": { |
| 7 | "test": "unit-test.html", | 7 | "test": "unit-test.html", |
| 8 | "initdev": "npm install gulp --global && npm install && npm install -g jshint", | 8 | "initdev": "npm install gulp --global && npm install && npm install -g jshint", |
| 9 | "gulp-pre-commit": "gulp pre-commit", | 9 | "gulp-pre-commit": "gulp pre-commit", |
| 10 | "compile": "gulp uglify && gulp sass", | 10 | "compile": "gulp uglify && gulp sass", |
| 11 | "actualizar": "git pull origin master", | 11 | "actualizar": "git pull origin master", |
| 12 | "install-dev": "gulp pre-install && npm install && gulp post-install" | 12 | "install-dev": "gulp pre-install && npm install && gulp post-install" |
| 13 | }, | 13 | }, |
| 14 | "pre-commit": [ | 14 | "pre-commit": [ |
| 15 | "gulp-pre-commit" | 15 | "gulp-pre-commit" |
| 16 | ], | 16 | ], |
| 17 | "repository": { | 17 | "repository": { |
| 18 | "type": "git", | 18 | "type": "git", |
| 19 | "url": "git@debonline.dyndns.org:npm/wrapper-demo.git#develop" | 19 | "url": "git@debonline.dyndns.org:npm/wrapper-demo.git" |
| 20 | }, | 20 | }, |
| 21 | "author": "Foca Software", | 21 | "author": "Foca Software", |
| 22 | "license": "ISC", | 22 | "license": "ISC", |
| 23 | "dependencies": { | 23 | "dependencies": { |
| 24 | "angular": "^1.7.8", | 24 | "angular": "^1.7.8", |
| 25 | "angular-chart.js": "1.1.1", | 25 | "angular-chart.js": "1.1.1", |
| 26 | "angular-cookies": "^1.7.8", | 26 | "angular-cookies": "^1.7.8", |
| 27 | "angular-file-saver": "^1.1.3", | 27 | "angular-file-saver": "^1.1.3", |
| 28 | "angular-i18n": "^1.7.8", | 28 | "angular-i18n": "^1.7.8", |
| 29 | "angular-ladda": "^0.4.3", | 29 | "angular-ladda": "^0.4.3", |
| 30 | "angular-md5": "^0.1.10", | 30 | "angular-md5": "^0.1.10", |
| 31 | "angular-mocks": "^1.7.8", | 31 | "angular-mocks": "^1.7.8", |
| 32 | "angular-route": "^1.7.8", | 32 | "angular-route": "^1.7.8", |
| 33 | "angular-sanitize": "^1.7.8", | 33 | "angular-sanitize": "^1.7.8", |
| 34 | "angular-ui-grid": "4.6.6", | 34 | "angular-ui-grid": "4.6.6", |
| 35 | "angular-ui-swiper": "^2.3.8", | 35 | "angular-ui-swiper": "^2.3.8", |
| 36 | "bootstrap": "^4.3.1", | 36 | "bootstrap": "^4.3.1", |
| 37 | "chart.js": "2.7.3", | 37 | "chart.js": "2.7.3", |
| 38 | "excel-builder": "2.0.3", | 38 | "excel-builder": "2.0.3", |
| 39 | "foca-abm-chofer": "git+http://git.focasoftware.com/npm/foca-abm-chofer.git#develop", | 39 | "foca-abm-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-chofer.git", |
| 40 | "foca-abm-cliente": "git+http://git.focasoftware.com/npm/foca-abm-cliente.git#develop", | 40 | "foca-abm-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-cliente.git", |
| 41 | "foca-abm-plazo-pago": "git+http://git.focasoftware.com/npm/foca-abm-plazo-pago.git#develop", | 41 | "foca-abm-plazo-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-plazo-pago.git", |
| 42 | "foca-abm-precios-condiciones": "git+http://git.focasoftware.com/npm/foca-abm-precios-condiciones.git#develop", | 42 | "foca-abm-precios-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-precios-condiciones.git", |
| 43 | "foca-abm-vehiculo": "git+http://git.focasoftware.com/npm/foca-abm-vehiculo.git#develop", | 43 | "foca-abm-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vehiculo.git", |
| 44 | "foca-abm-vendedor-cobrador": "git+http://git.focasoftware.com/npm/foca-abm-vendedor-cobrador.git#develop", | 44 | "foca-abm-vendedor-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vendedor-cobrador.git", |
| 45 | "foca-activar-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-activar-hoja-ruta.git#develop", | 45 | "foca-activar-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-activar-hoja-ruta.git", |
| 46 | "foca-admin-seguimiento": "git+http://git.focasoftware.com/npm/foca-admin-seguimiento.git#develop", | 46 | "foca-admin-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-admin-seguimiento.git", |
| 47 | "foca-agendar-visita": "git+http://git.focasoftware.com/npm/foca-agendar-visita.git#develop", | 47 | "foca-agendar-visita": "git+ssh://git@debonline.dyndns.org:npm/foca-agendar-visita.git", |
| 48 | "foca-autorizar-nota-pedido": "git+http://git.focasoftware.com/npm/foca-autorizar-nota-pedido.git#develop", | 48 | "foca-autorizar-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-autorizar-nota-pedido.git", |
| 49 | "foca-botonera-facturador": "git+http://git.focasoftware.com/npm/foca-botonera-facturador.git#develop", | 49 | "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git", |
| 50 | "foca-botonera-lateral": "git+http://git.focasoftware.com/npm/foca-botonera-lateral.git#develop", | 50 | "foca-botonera-lateral": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-lateral.git", |
| 51 | "foca-botonera-principal": "git+http://git.focasoftware.com/npm/foca-botonera-principal.git#develop", | 51 | "foca-botonera-principal": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-principal.git", |
| 52 | "foca-busqueda-cliente": "git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git#develop", | 52 | "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git", |
| 53 | "foca-cabecera-facturador": "git+http://git.focasoftware.com/npm/foca-cabecera-facturador.git#develop", | 53 | "foca-cabecera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-cabecera-facturador.git", |
| 54 | "foca-configuracion": "git+http://git.focasoftware.com/npm/foca-configuracion.git#develop", | 54 | "foca-configuracion": "git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git", |
| 55 | "foca-configurar-terminal": "git+http://git.focasoftware.com/npm/foca-configurar-terminal.git#develop", | 55 | "foca-configurar-terminal": "git+ssh://git@debonline.dyndns.org:npm/foca-configurar-terminal.git", |
| 56 | "foca-crear-cobranza": "git+http://git.focasoftware.com/npm/foca-crear-cobranza.git#develop", | 56 | "foca-crear-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-cobranza.git", |
| 57 | "foca-crear-factura": "git+http://git.focasoftware.com/npm/foca-crear-factura.git#develop", | 57 | "foca-crear-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-factura.git", |
| 58 | "foca-crear-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-crear-hoja-ruta.git#develop", | 58 | "foca-crear-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-hoja-ruta.git", |
| 59 | "foca-crear-login": "git+http://git.focasoftware.com/npm/foca-crear-login.git#develop", | 59 | "foca-crear-login": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-login.git", |
| 60 | "foca-crear-nota-pedido": "git+http://git.focasoftware.com/npm/foca-crear-nota-pedido.git#develop", | 60 | "foca-crear-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-nota-pedido.git", |
| 61 | "foca-crear-remito": "git+http://git.focasoftware.com/npm/foca-crear-remito.git#develop", | 61 | "foca-crear-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-remito.git", |
| 62 | "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git#develop", | 62 | "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", |
| 63 | "foca-estado-cisternas": "git+http://git.focasoftware.com/npm/foca-estado-cisternas.git#develop", | 63 | "foca-estado-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-estado-cisternas.git", |
| 64 | "foca-filtros": "git+http://git.focasoftware.com/npm/foca-filtros.git#develop", | 64 | "foca-filtros": "git+ssh://git@debonline.dyndns.org:npm/foca-filtros.git", |
| 65 | "foca-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-hoja-ruta.git#develop", | 65 | "foca-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-hoja-ruta.git", |
| 66 | "foca-informes": "git+http://git.focasoftware.com/npm/foca-informes.git#develop", | 66 | "foca-informes": "git+ssh://git@debonline.dyndns.org:npm/foca-informes.git", |
| 67 | "foca-login": "git+http://git.focasoftware.com/npm/foca-login.git#develop", | 67 | "foca-login": "git+ssh://git@debonline.dyndns.org:npm/foca-login.git", |
| 68 | "foca-logistica-pedido-ruta": "git+http://git.focasoftware.com/npm/foca-logistica-pedido-ruta.git#develop", | 68 | "foca-logistica-pedido-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-logistica-pedido-ruta.git", |
| 69 | "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git#develop", | 69 | "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git", |
| 70 | "foca-modal-busqueda-productos": "git+http://git.focasoftware.com/npm/foca-modal-busqueda-productos.git#develop", | 70 | "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git", |
| 71 | "foca-modal-cheque": "git+http://git.focasoftware.com/npm/foca-modal-cheque.git#develop", | 71 | "foca-modal-cheque": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cheque.git", |
| 72 | "foca-modal-cobranza": "git+http://git.focasoftware.com/npm/foca-modal-cobranza.git#develop", | 72 | "foca-modal-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobranza.git", |
| 73 | "foca-modal-cotizacion": "git+http://git.focasoftware.com/npm/foca-modal-cotizacion.git#develop", | 73 | "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git", |
| 74 | "foca-modal-descarga": "git+http://git.focasoftware.com/npm/foca-modal-descarga.git#develop", | 74 | "foca-modal-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-descarga.git", |
| 75 | "foca-modal-detalle-cisternas": "git+http://git.focasoftware.com/npm/foca-modal-detalle-cisternas.git#develop", | 75 | "foca-modal-detalle-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-cisternas.git", |
| 76 | "foca-modal-detalle-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-modal-detalle-hoja-ruta.git#develop", | 76 | "foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git", |
| 77 | "foca-modal-detalles": "git+http://git.focasoftware.com/npm/foca-modal-detalles.git#develop", | 77 | "foca-modal-detalles": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalles.git", |
| 78 | "foca-modal-domicilio": "git+http://git.focasoftware.com/npm/foca-modal-domicilio.git#develop", | 78 | "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git", |
| 79 | "foca-modal-efectivo": "git+http://git.focasoftware.com/npm/foca-modal-efectivo.git#develop", | 79 | "foca-modal-efectivo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-efectivo.git", |
| 80 | "foca-modal-factura": "git+http://git.focasoftware.com/npm/foca-modal-factura.git#develop", | 80 | "foca-modal-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura.git", |
| 81 | "foca-modal-factura-detalle": "git+http://git.focasoftware.com/npm/foca-modal-factura-detalle.git#develop", | 81 | "foca-modal-factura-detalle": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura-detalle.git", |
| 82 | "foca-modal-flete": "git+http://git.focasoftware.com/npm/foca-modal-flete.git#develop", | 82 | "foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git", |
| 83 | "foca-modal-forma-pago": "git+http://git.focasoftware.com/npm/foca-modal-forma-pago.git#develop", | 83 | "foca-modal-forma-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-forma-pago.git", |
| 84 | "foca-modal-grafico-cisternas": "git+http://git.focasoftware.com/npm/foca-modal-grafico-cisternas.git#develop", | 84 | "foca-modal-grafico-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-grafico-cisternas.git", |
| 85 | "foca-modal-informe": "git+http://git.focasoftware.com/npm/foca-modal-informe.git#develop", | 85 | "foca-modal-informe": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-informe.git", |
| 86 | "foca-modal-lista-precio": "git+http://git.focasoftware.com/npm/foca-modal-lista-precio.git#develop", | 86 | "foca-modal-lista-precio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-lista-precio.git", |
| 87 | "foca-modal-localizar": "git+http://git.focasoftware.com/npm/foca-modal-localizar.git#develop", | 87 | "foca-modal-localizar": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-localizar.git", |
| 88 | "foca-modal-login": "git+http://git.focasoftware.com/npm/foca-modal-login.git#develop", | 88 | "foca-modal-login": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-login.git", |
| 89 | "foca-modal-nota-pedido": "git+http://git.focasoftware.com/npm/foca-modal-nota-pedido.git#develop", | 89 | "foca-modal-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-nota-pedido.git", |
| 90 | "foca-modal-precio-condiciones": "git+http://git.focasoftware.com/npm/foca-modal-precio-condiciones.git#develop", | 90 | "foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git", |
| 91 | "foca-modal-punto-descarga": "git+http://git.focasoftware.com/npm/foca-modal-punto-descarga.git#develop", | 91 | "foca-modal-punto-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-punto-descarga.git", |
| 92 | "foca-modal-remito": "git+http://git.focasoftware.com/npm/foca-modal-remito.git#develop", | 92 | "foca-modal-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git", |
| 93 | "foca-modal-resumen-cuenta": "git+http://git.focasoftware.com/npm/foca-modal-resumen-cuenta.git#develop", | 93 | "foca-modal-resumen-cuenta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-resumen-cuenta.git", |
| 94 | "foca-modal-tarifa-flete": "git+http://git.focasoftware.com/npm/foca-modal-tarifa-flete.git#develop", | 94 | "foca-modal-tarifa-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tarifa-flete.git", |
| 95 | "foca-modal-unidad-medida": "git+http://git.focasoftware.com/npm/foca-modal-unidad-medida.git#develop", | 95 | "foca-modal-unidad-medida": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-unidad-medida.git", |
| 96 | "foca-nombre-empresa": "git+http://git.focasoftware.com/npm/foca-nombre-empresa.git#develop", | 96 | "foca-nombre-empresa": "git+ssh://git@debonline.dyndns.org:npm/foca-nombre-empresa.git", |
| 97 | "foca-parametros": "git+http://git.focasoftware.com/npm/foca-parametros.git#develop", | 97 | "foca-parametros": "git+ssh://git@debonline.dyndns.org:npm/foca-parametros.git", |
| 98 | "foca-seguimiento": "git+http://git.focasoftware.com/npm/foca-seguimiento.git#develop", | 98 | "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git", |
| 99 | "foca-teclado": "git+http://git.focasoftware.com/npm/foca-teclado.git#develop", | 99 | "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git", |
| 100 | "font-awesome": "^4.7.0", | 100 | "font-awesome": "^4.7.0", |
| 101 | "gulp-angular-templatecache": "^2.2.7", | 101 | "gulp-angular-templatecache": "^2.2.7", |
| 102 | "gulp-htmlmin": "^5.0.1", | 102 | "gulp-htmlmin": "^5.0.1", |
| 103 | "gulp-sequence": "^1.0.0", | 103 | "gulp-sequence": "^1.0.0", |
| 104 | "gulp-uglify-es": "^1.0.4", | 104 | "gulp-uglify-es": "^1.0.4", |
| 105 | "jquery": "^3.4.1", | 105 | "jquery": "^3.4.1", |
| 106 | "jszip": "2.6.1", | 106 | "jszip": "2.6.1", |
| 107 | "ladda": "1.0.6", | 107 | "ladda": "1.0.6", |
| 108 | "leaflet": "1.3.4", | 108 | "leaflet": "1.3.4", |
| 109 | "lodash": "4.17.11", | 109 | "lodash": "4.17.11", |
| 110 | "moment": "2.23.0", | 110 | "moment": "2.23.0", |
| 111 | "ngstorage": "^0.3.11", | 111 | "ngstorage": "^0.3.11", |
| 112 | "node-sass": "^4.12.0", | 112 | "node-sass": "^4.12.0", |
| 113 | "pdfmake": "0.1.41", | 113 | "pdfmake": "0.1.41", |
| 114 | "popper.js": "^1.15.0", | 114 | "popper.js": "^1.15.0", |
| 115 | "uglify": "^0.1.5", | 115 | "uglify": "^0.1.5", |
| 116 | "ui-bootstrap4": "^3.0.6" | 116 | "ui-bootstrap4": "^3.0.6" |
| 117 | }, | 117 | }, |
| 118 | "devDependencies": { | 118 | "devDependencies": { |
| 119 | "gulp": "^3.9.1", | 119 | "gulp": "^3.9.1", |
| 120 | "gulp-clean": "^0.4.0", | 120 | "gulp-clean": "^0.4.0", |
| 121 | "gulp-concat": "^2.6.1", | 121 | "gulp-concat": "^2.6.1", |
| 122 | "gulp-connect": "^5.7.0", | 122 | "gulp-connect": "^5.7.0", |
| 123 | "gulp-jshint": "^2.1.0", | 123 | "gulp-jshint": "^2.1.0", |
| 124 | "gulp-rename": "^1.4.0", | 124 | "gulp-rename": "^1.4.0", |
| 125 | "gulp-replace": "^1.0.0", | 125 | "gulp-replace": "^1.0.0", |
| 126 | "gulp-sass": "^4.0.2", | 126 | "gulp-sass": "^4.0.2", |
| 127 | "gulp-uglify": "^3.0.2", | 127 | "gulp-uglify": "^3.0.2", |
| 128 | "gulp-watch": "^5.0.1", | 128 | "gulp-watch": "^5.0.1", |
| 129 | "jasmine-core": "^3.5.0", | 129 | "jasmine-core": "^3.5.0", |
| 130 | "jshint": "^2.10.2", | 130 | "jshint": "^2.10.2", |
| 131 | "pre-commit": "^1.2.2", | 131 | "pre-commit": "^1.2.2", |
| 132 | "pump": "^3.0.0" | 132 | "pump": "^3.0.0" |
| 133 | } | 133 | } |
| 134 | } | 134 | } |
| 135 | 135 |
src/sass/_bootstrap.scss
| 1 | button.active { | 1 | button.active { |
| 2 | text-decoration: none; | 2 | text-decoration: none; |
| 3 | outline: 0; | 3 | outline: 0; |
| 4 | color: white; | 4 | color: white; |
| 5 | background-color: $primary; | 5 | background-color: $primary; |
| 6 | &:focus { | 6 | &:focus { |
| 7 | box-shadow: 0 0 0 0.2rem $primaryTransparency; | 7 | box-shadow: 0 0 0 0.2rem $primaryTransparency; |
| 8 | } | 8 | } |
| 9 | } | 9 | } |
| 10 | .btn-xs { | 10 | .btn-xs { |
| 11 | padding: 0.15rem 0.5rem; | 11 | padding: 0.15rem 0.5rem; |
| 12 | font-size: 0.8rem; | 12 | font-size: 0.8rem; |
| 13 | line-height: 1.5; | 13 | line-height: 1.5; |
| 14 | border-radius: 0.2rem; | 14 | border-radius: 0.2rem; |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | .no-border-bottom { | 17 | .no-border-bottom { |
| 18 | border-bottom: 0 !important; | 18 | border-bottom: 0 !important; |
| 19 | } | 19 | } |
| 20 | .no-border-top { | 20 | .no-border-top { |
| 21 | border-top: 0 !important; | 21 | border-top: 0 !important; |
| 22 | } | 22 | } |
| 23 | .no-border { | 23 | .no-border { |
| 24 | border: 0 !important; | 24 | border: 0 !important; |
| 25 | } | 25 | } |
| 26 | .margin-bottom-mobile { | 26 | .margin-bottom-mobile { |
| 27 | margin-bottom: 2.5em !important; | 27 | margin-bottom: 2.5em !important; |
| 28 | } | 28 | } |
| 29 | .tamaño-boton { | 29 | .tamaño-boton { |
| 30 | width: 44px; | 30 | width: 44px; |
| 31 | } | 31 | } |
| 32 | .modal-content { | 32 | .modal-content { |
| 33 | .modal-header { | 33 | .modal-header { |
| 34 | display: block; | 34 | display: block; |
| 35 | > div.row { | 35 | > div.row { |
| 36 | margin: 0 !important; | 36 | margin: 0 !important; |
| 37 | > div { | 37 | > div { |
| 38 | padding: 0 !important; | 38 | padding: 0 !important; |
| 39 | } | 39 | } |
| 40 | } | ||
| 41 | } | ||
| 42 | @media (max-width: 576px) { | ||
| 43 | height: auto; | ||
| 44 | height: 100%; | ||
| 45 | border-radius: 0; | ||
| 46 | } | 40 | } |
| 41 | } | ||
| 42 | @media (max-width: 576px) { | ||
| 43 | height: auto; | ||
| 44 | height: 100%; | ||
| 45 | border-radius: 0; | ||
| 46 | } | ||
| 47 | } | 47 | } |
| 48 | .modal.show .modal-dialog { | 48 | .modal.show .modal-dialog { |
| 49 | @media (min-width: 1201px) { | 49 | @media (min-width: 1201px) { |
| 50 | -webkit-transform: translate(0, 70px); | 50 | -webkit-transform: translate(0, 70px); |
| 51 | transform: translate(0, 70px); | 51 | transform: translate(0, 70px); |
| 52 | } | 52 | } |
| 53 | @media (min-width: 576px) { | 53 | @media (min-width: 576px) { |
| 54 | -webkit-transform: translate(0, 90px); | 54 | -webkit-transform: translate(0, 90px); |
| 55 | transform: translate(0, 90px); | 55 | transform: translate(0, 90px); |
| 56 | } | 56 | } |
| 57 | @media (max-width: 576px) { | 57 | @media (max-width: 576px) { |
| 58 | width: 100%; | 58 | width: 100%; |
| 59 | height: 100%; | 59 | height: 100%; |
| 60 | margin: 0; | 60 | margin: 0; |
| 61 | padding: 0; | 61 | padding: 0; |
| 62 | } | 62 | } |
| 63 | } | 63 | } |
| 64 | .modal-body { | 64 | .modal-body { |
| 65 | @media (max-width: 576px) { | 65 | @media (max-width: 576px) { |
| 66 | overflow-y: auto; | 66 | overflow-y: auto; |
| 67 | } | 67 | } |
| 68 | } | 68 | } |
| 69 | 69 | ||
| 70 | .boton-salir { | 70 | .boton-salir { |
| 71 | position: absolute; | 71 | position: absolute; |
| 72 | bottom: 10px; | 72 | bottom: 10px; |
| 73 | right: 15px; | 73 | right: 15px; |
| 74 | width: calc(100% - 15px); | 74 | width: calc(100% - 15px); |
| 75 | } | 75 | } |
| 76 | 76 | ||
| 77 | input[type="number"]::-webkit-inner-spin-button, | 77 | input[type="number"]::-webkit-inner-spin-button, |
| 78 | input[type="number"]::-webkit-outer-spin-button { | 78 | input[type="number"]::-webkit-outer-spin-button { |
| 79 | -webkit-appearance: none; | 79 | -webkit-appearance: none; |
| 80 | margin: 0; | 80 | margin: 0; |
| 81 | } | 81 | } |
| 82 | 82 | ||
| 83 | .invisible { | 83 | .invisible { |
| 84 | color: rgba(0, 0, 0, 0); | 84 | color: rgba(0, 0, 0, 0); |
| 85 | } | 85 | } |
| 86 | 86 | ||
| 87 | .badge-success { | 87 | .badge-success { |
| 88 | background-color: #9aae47 !important; | 88 | background-color: #9aae47 !important; |