Commit 9419b59347febf35a9b4c15d87e468a27bcacce2
1 parent
19b23ebbf9
Exists in
master
and in
1 other branch
agrego sass de animations
Showing
3 changed files
with
78 additions
and
61 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" | 19 | "url": "git@debonline.dyndns.org:npm/wrapper-demo.git#develop" |
| 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+ssh://git@debonline.dyndns.org:npm/foca-abm-chofer.git", | 39 | "foca-abm-chofer": "git+http://git.focasoftware.com/npm/foca-abm-chofer.git#develop", |
| 40 | "foca-abm-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-cliente.git", | 40 | "foca-abm-cliente": "git+http://git.focasoftware.com/npm/foca-abm-cliente.git#develop", |
| 41 | "foca-abm-plazo-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-plazo-pago.git", | 41 | "foca-abm-plazo-pago": "git+http://git.focasoftware.com/npm/foca-abm-plazo-pago.git#develop", |
| 42 | "foca-abm-precios-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-precios-condiciones.git", | 42 | "foca-abm-precios-condiciones": "git+http://git.focasoftware.com/npm/foca-abm-precios-condiciones.git#develop", |
| 43 | "foca-abm-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vehiculo.git", | 43 | "foca-abm-vehiculo": "git+http://git.focasoftware.com/npm/foca-abm-vehiculo.git#develop", |
| 44 | "foca-abm-vendedor-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vendedor-cobrador.git", | 44 | "foca-abm-vendedor-cobrador": "git+http://git.focasoftware.com/npm/foca-abm-vendedor-cobrador.git#develop", |
| 45 | "foca-activar-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-activar-hoja-ruta.git", | 45 | "foca-activar-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-activar-hoja-ruta.git#develop", |
| 46 | "foca-admin-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-admin-seguimiento.git", | 46 | "foca-admin-seguimiento": "git+http://git.focasoftware.com/npm/foca-admin-seguimiento.git#develop", |
| 47 | "foca-agendar-visita": "git+ssh://git@debonline.dyndns.org:npm/foca-agendar-visita.git", | 47 | "foca-agendar-visita": "git+http://git.focasoftware.com/npm/foca-agendar-visita.git#develop", |
| 48 | "foca-autorizar-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-autorizar-nota-pedido.git", | 48 | "foca-autorizar-nota-pedido": "git+http://git.focasoftware.com/npm/foca-autorizar-nota-pedido.git#develop", |
| 49 | "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git", | 49 | "foca-botonera-facturador": "git+http://git.focasoftware.com/npm/foca-botonera-facturador.git#develop", |
| 50 | "foca-botonera-lateral": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-lateral.git", | 50 | "foca-botonera-lateral": "git+http://git.focasoftware.com/npm/foca-botonera-lateral.git#develop", |
| 51 | "foca-botonera-principal": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-principal.git", | 51 | "foca-botonera-principal": "git+http://git.focasoftware.com/npm/foca-botonera-principal.git#develop", |
| 52 | "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git", | 52 | "foca-busqueda-cliente": "git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git#develop", |
| 53 | "foca-cabecera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-cabecera-facturador.git", | 53 | "foca-cabecera-facturador": "git+http://git.focasoftware.com/npm/foca-cabecera-facturador.git#develop", |
| 54 | "foca-configuracion": "git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git", | 54 | "foca-configuracion": "git+http://git.focasoftware.com/npm/foca-configuracion.git#develop", |
| 55 | "foca-configurar-terminal": "git+ssh://git@debonline.dyndns.org:npm/foca-configurar-terminal.git", | 55 | "foca-configurar-terminal": "git+http://git.focasoftware.com/npm/foca-configurar-terminal.git#develop", |
| 56 | "foca-crear-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-cobranza.git", | 56 | "foca-crear-cobranza": "git+http://git.focasoftware.com/npm/foca-crear-cobranza.git#develop", |
| 57 | "foca-crear-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-hoja-ruta.git", | 57 | "foca-crear-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-crear-hoja-ruta.git#develop", |
| 58 | "foca-crear-login": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-login.git", | 58 | "foca-crear-login": "git+http://git.focasoftware.com/npm/foca-crear-login.git#develop", |
| 59 | "foca-crear-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-nota-pedido.git", | 59 | "foca-crear-nota-pedido": "git+http://git.focasoftware.com/npm/foca-crear-nota-pedido.git#develop", |
| 60 | "foca-crear-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-remito.git", | 60 | "foca-crear-remito": "git+http://git.focasoftware.com/npm/foca-crear-remito.git#develop", |
| 61 | "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", | 61 | "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git#develop", |
| 62 | "foca-estado-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-estado-cisternas.git", | 62 | "foca-estado-cisternas": "git+http://git.focasoftware.com/npm/foca-estado-cisternas.git#develop", |
| 63 | "foca-filtros": "git+ssh://git@debonline.dyndns.org:npm/foca-filtros.git", | 63 | "foca-filtros": "git+http://git.focasoftware.com/npm/foca-filtros.git#develop", |
| 64 | "foca-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-hoja-ruta.git", | 64 | "foca-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-hoja-ruta.git#develop", |
| 65 | "foca-informes": "git+ssh://git@debonline.dyndns.org:npm/foca-informes.git", | 65 | "foca-informes": "git+http://git.focasoftware.com/npm/foca-informes.git#develop", |
| 66 | "foca-login": "git+ssh://git@debonline.dyndns.org:npm/foca-login.git", | 66 | "foca-login": "git+http://git.focasoftware.com/npm/foca-login.git#develop", |
| 67 | "foca-logistica-pedido-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-logistica-pedido-ruta.git", | 67 | "foca-logistica-pedido-ruta": "git+http://git.focasoftware.com/npm/foca-logistica-pedido-ruta.git#develop", |
| 68 | "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git", | 68 | "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git#develop", |
| 69 | "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git", | 69 | "foca-modal-busqueda-productos": "git+http://git.focasoftware.com/npm/foca-modal-busqueda-productos.git#develop", |
| 70 | "foca-modal-cheque": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cheque.git", | 70 | "foca-modal-cheque": "git+http://git.focasoftware.com/npm/foca-modal-cheque.git#develop", |
| 71 | "foca-modal-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobranza.git", | 71 | "foca-modal-cobranza": "git+http://git.focasoftware.com/npm/foca-modal-cobranza.git#develop", |
| 72 | "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git", | 72 | "foca-modal-cotizacion": "git+http://git.focasoftware.com/npm/foca-modal-cotizacion.git#develop", |
| 73 | "foca-modal-detalle-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-cisternas.git", | 73 | "foca-modal-detalle-cisternas": "git+http://git.focasoftware.com/npm/foca-modal-detalle-cisternas.git#develop", |
| 74 | "foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git", | 74 | "foca-modal-detalle-hoja-ruta": "git+http://git.focasoftware.com/npm/foca-modal-detalle-hoja-ruta.git#develop", |
| 75 | "foca-modal-detalles": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalles.git", | 75 | "foca-modal-detalles": "git+http://git.focasoftware.com/npm/foca-modal-detalles.git#develop", |
| 76 | "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git", | 76 | "foca-modal-domicilio": "git+http://git.focasoftware.com/npm/foca-modal-domicilio.git#develop", |
| 77 | "foca-modal-efectivo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-efectivo.git", | 77 | "foca-modal-efectivo": "git+http://git.focasoftware.com/npm/foca-modal-efectivo.git#develop", |
| 78 | "foca-modal-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura.git", | 78 | "foca-modal-factura": "git+http://git.focasoftware.com/npm/foca-modal-factura.git#develop", |
| 79 | "foca-modal-factura-detalle": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura-detalle.git", | 79 | "foca-modal-factura-detalle": "git+http://git.focasoftware.com/npm/foca-modal-factura-detalle.git#develop", |
| 80 | "foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git", | 80 | "foca-modal-flete": "git+http://git.focasoftware.com/npm/foca-modal-flete.git#develop", |
| 81 | "foca-modal-grafico-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-grafico-cisternas.git", | 81 | "foca-modal-grafico-cisternas": "git+http://git.focasoftware.com/npm/foca-modal-grafico-cisternas.git#develop", |
| 82 | "foca-modal-informe": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-informe.git", | 82 | "foca-modal-informe": "git+http://git.focasoftware.com/npm/foca-modal-informe.git#develop", |
| 83 | "foca-modal-lista-precio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-lista-precio.git", | 83 | "foca-modal-lista-precio": "git+http://git.focasoftware.com/npm/foca-modal-lista-precio.git#develop", |
| 84 | "foca-modal-localizar": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-localizar.git", | 84 | "foca-modal-localizar": "git+http://git.focasoftware.com/npm/foca-modal-localizar.git#develop", |
| 85 | "foca-modal-login": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-login.git", | 85 | "foca-modal-login": "git+http://git.focasoftware.com/npm/foca-modal-login.git#develop", |
| 86 | "foca-modal-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-nota-pedido.git", | 86 | "foca-modal-nota-pedido": "git+http://git.focasoftware.com/npm/foca-modal-nota-pedido.git#develop", |
| 87 | "foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git", | 87 | "foca-modal-precio-condiciones": "git+http://git.focasoftware.com/npm/foca-modal-precio-condiciones.git#develop", |
| 88 | "foca-modal-punto-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-punto-descarga.git", | 88 | "foca-modal-punto-descarga": "git+http://git.focasoftware.com/npm/foca-modal-punto-descarga.git#develop", |
| 89 | "foca-modal-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git", | 89 | "foca-modal-remito": "git+http://git.focasoftware.com/npm/foca-modal-remito.git#develop", |
| 90 | "foca-modal-resumen-cuenta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-resumen-cuenta.git", | 90 | "foca-modal-resumen-cuenta": "git+http://git.focasoftware.com/npm/foca-modal-resumen-cuenta.git#develop", |
| 91 | "foca-modal-tarifa-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tarifa-flete.git", | 91 | "foca-modal-tarifa-flete": "git+http://git.focasoftware.com/npm/foca-modal-tarifa-flete.git#develop", |
| 92 | "foca-modal-unidad-medida": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-unidad-medida.git", | 92 | "foca-modal-unidad-medida": "git+http://git.focasoftware.com/npm/foca-modal-unidad-medida.git#develop", |
| 93 | "foca-nombre-empresa": "git+ssh://git@debonline.dyndns.org:npm/foca-nombre-empresa.git", | 93 | "foca-nombre-empresa": "git+http://git.focasoftware.com/npm/foca-nombre-empresa.git#develop", |
| 94 | "foca-parametros": "git+ssh://git@debonline.dyndns.org:npm/foca-parametros.git", | 94 | "foca-parametros": "git+http://git.focasoftware.com/npm/foca-parametros.git#develop", |
| 95 | "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git", | 95 | "foca-seguimiento": "git+http://git.focasoftware.com/npm/foca-seguimiento.git#develop", |
| 96 | "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git", | 96 | "foca-teclado": "git+http://git.focasoftware.com/npm/foca-teclado.git#develop", |
| 97 | "font-awesome": "^4.7.0", | 97 | "font-awesome": "^4.7.0", |
| 98 | "gulp-angular-templatecache": "^2.2.7", | 98 | "gulp-angular-templatecache": "^2.2.7", |
| 99 | "gulp-htmlmin": "^5.0.1", | 99 | "gulp-htmlmin": "^5.0.1", |
| 100 | "gulp-sequence": "^1.0.0", | 100 | "gulp-sequence": "^1.0.0", |
| 101 | "gulp-uglify-es": "^1.0.4", | 101 | "gulp-uglify-es": "^1.0.4", |
| 102 | "jquery": "^3.4.1", | 102 | "jquery": "^3.4.1", |
| 103 | "jszip": "2.6.1", | 103 | "jszip": "2.6.1", |
| 104 | "ladda": "1.0.6", | 104 | "ladda": "1.0.6", |
| 105 | "leaflet": "1.3.4", | 105 | "leaflet": "1.3.4", |
| 106 | "lodash": "4.17.11", | 106 | "lodash": "4.17.11", |
| 107 | "moment": "2.23.0", | 107 | "moment": "2.23.0", |
| 108 | "ngstorage": "^0.3.11", | 108 | "ngstorage": "^0.3.11", |
| 109 | "node-sass": "^4.12.0", | 109 | "node-sass": "^4.12.0", |
| 110 | "pdfmake": "0.1.41", | 110 | "pdfmake": "0.1.41", |
| 111 | "popper.js": "^1.15.0", | 111 | "popper.js": "^1.15.0", |
| 112 | "uglify": "^0.1.5", | 112 | "uglify": "^0.1.5", |
| 113 | "ui-bootstrap4": "^3.0.6" | 113 | "ui-bootstrap4": "^3.0.6" |
| 114 | }, | 114 | }, |
| 115 | "devDependencies": { | 115 | "devDependencies": { |
| 116 | "gulp": "3.9.1", | 116 | "gulp": "^3.9.1", |
| 117 | "gulp-clean": "^0.4.0", | 117 | "gulp-clean": "^0.4.0", |
| 118 | "gulp-concat": "^2.6.1", | 118 | "gulp-concat": "^2.6.1", |
| 119 | "gulp-connect": "^5.7.0", | 119 | "gulp-connect": "^5.7.0", |
| 120 | "gulp-jshint": "^2.1.0", | 120 | "gulp-jshint": "^2.1.0", |
| 121 | "gulp-rename": "^1.4.0", | 121 | "gulp-rename": "^1.4.0", |
| 122 | "gulp-replace": "^1.0.0", | 122 | "gulp-replace": "^1.0.0", |
| 123 | "gulp-sass": "^4.0.1", | 123 | "gulp-sass": "^4.0.2", |
| 124 | "gulp-uglify": "^3.0.2", | 124 | "gulp-uglify": "^3.0.2", |
| 125 | "gulp-watch": "^5.0.1", | 125 | "gulp-watch": "^5.0.1", |
| 126 | "jasmine-core": "^3.4.0", | 126 | "jasmine-core": "^3.4.0", |
| 127 | "jshint": "^2.10.2", | 127 | "jshint": "^2.10.2", |
| 128 | "pre-commit": "^1.2.2", | 128 | "pre-commit": "^1.2.2", |
| 129 | "pump": "^3.0.0" | 129 | "pump": "^3.0.0" |
| 130 | } | 130 | } |
| 131 | } | 131 | } |
| 132 | 132 |
src/sass/_animations.scss
| File was created | 1 | .focus-in, | |
| 2 | .modal-content { | ||
| 3 | animation: focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both; | ||
| 4 | } | ||
| 5 | |||
| 6 | @keyframes focus-in { | ||
| 7 | 0% { | ||
| 8 | filter: blur(12px); | ||
| 9 | opacity: 0; | ||
| 10 | } | ||
| 11 | 100% { | ||
| 12 | filter: blur(0px); | ||
| 13 | opacity: 1; | ||
| 14 | } | ||
| 15 | } | ||
| 16 |
src/sass/general.scss
| 1 | @import 'constants'; | 1 | @import 'constants'; |
| 2 | @import 'admin-seguimiento'; | 2 | @import 'admin-seguimiento'; |
| 3 | @import 'bootstrap'; | 3 | @import 'bootstrap'; |
| 4 | @import 'botonera'; | 4 | @import 'botonera'; |
| 5 | @import 'botonera-lateral'; | 5 | @import 'botonera-lateral'; |
| 6 | @import 'botonera-principal'; | 6 | @import 'botonera-principal'; |
| 7 | @import 'botonera-secundaria'; | 7 | @import 'botonera-secundaria'; |
| 8 | @import 'contenedor'; | 8 | @import 'contenedor'; |
| 9 | @import 'lista'; | 9 | @import 'lista'; |
| 10 | @import 'login'; | 10 | @import 'login'; |
| 11 | @import 'panel-informativo'; | 11 | @import 'panel-informativo'; |
| 12 | @import 'tabla'; | 12 | @import 'tabla'; |
| 13 | @import 'teclado'; | 13 | @import 'teclado'; |
| 14 | @import 'tabla-articulos'; | 14 | @import 'tabla-articulos'; |
| 15 | @import 'acciones-mobile'; | 15 | @import 'acciones-mobile'; |
| 16 | @import 'swiper'; | 16 | @import 'swiper'; |
| 17 | @import 'foca-crear'; | 17 | @import 'foca-crear'; |
| 18 | @import 'logistica-pedido-ruta'; | 18 | @import 'logistica-pedido-ruta'; |
| 19 | @import 'tabs'; | 19 | @import 'tabs'; |
| 20 | @import 'grid'; | 20 | @import 'grid'; |
| 21 | @import 'paginador-abm'; | 21 | @import 'paginador-abm'; |
| 22 | @import 'table-autorizar-nota-pedido'; | 22 | @import 'table-autorizar-nota-pedido'; |
| 23 | @import 'animations'; | ||
| 23 | 24 | ||
| 24 | 25 | ||
| 25 | //OCULTA FLECHAS INPUT NUMBER | 26 | //OCULTA FLECHAS INPUT NUMBER |
| 26 | input[type='number'] { | 27 | input[type='number'] { |
| 27 | -moz-appearance:textfield; | 28 | -moz-appearance:textfield; |
| 28 | } | 29 | } |
| 29 | 30 | ||
| 30 | input::-webkit-outer-spin-button, | 31 | input::-webkit-outer-spin-button, |
| 31 | input::-webkit-inner-spin-button { | 32 | input::-webkit-inner-spin-button { |
| 32 | -webkit-appearance: none; | 33 | -webkit-appearance: none; |
| 33 | } | 34 | } |
| 34 | 35 | ||
| 35 | .d-md-grid{ | 36 | .d-md-grid{ |
| 36 | @media (min-width: 768px) { | 37 | @media (min-width: 768px) { |
| 37 | display: grid !important; | 38 | display: grid !important; |
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| 41 | .btn-outline-debo{ | 42 | .btn-outline-debo{ |
| 42 | background-color: transparent; | 43 | background-color: transparent; |
| 43 | color: $primary; | 44 | color: $primary; |
| 44 | border-color: $primary; | 45 | border-color: $primary; |
| 45 | &:hover{ | 46 | &:hover{ |
| 46 | color: #FFF; | 47 | color: #FFF; |
| 47 | border-color: transparent; | 48 | border-color: transparent; |
| 48 | background-color: $primary; | 49 | background-color: $primary; |
| 49 | } | 50 | } |
| 50 | &:focus { | 51 | &:focus { |
| 51 | box-shadow: 0px 0px 0px 3px $primaryTransparency !important; | 52 | box-shadow: 0px 0px 0px 3px $primaryTransparency !important; |
| 52 | } | 53 | } |
| 53 | &:active { | 54 | &:active { |
| 54 | color: #FFF; | 55 | color: #FFF; |
| 55 | background-color: $primary !important; | 56 | background-color: $primary !important; |
| 56 | box-shadow: 0px 0px 0px 3px $primaryTransparency !important; | 57 | box-shadow: 0px 0px 0px 3px $primaryTransparency !important; |
| 57 | } | 58 | } |
| 58 | } | 59 | } |
| 59 | 60 | ||
| 60 | .input-group-append > button { | 61 | .input-group-append > button { |
| 61 | &:focus { | 62 | &:focus { |
| 62 | border-color: $primary !important; | 63 | border-color: $primary !important; |
| 63 | box-shadow: 0 0 5px $primary !important; | 64 | box-shadow: 0 0 5px $primary !important; |
| 64 | } | 65 | } |
| 65 | &:active { | 66 | &:active { |
| 66 | border-color: $primary !important; | 67 | border-color: $primary !important; |
| 67 | box-shadow: 0 0 5px $primary !important; | 68 | box-shadow: 0 0 5px $primary !important; |
| 68 | } | 69 | } |
| 69 | } | 70 | } |
| 70 | 71 | ||
| 71 | .alert { | 72 | .alert { |
| 72 | white-space:pre-wrap | 73 | white-space:pre-wrap |
| 73 | } | 74 | } |
| 74 | 75 | ||
| 75 | .input-group-append > button { | 76 | .input-group-append > button { |
| 76 | &:focus { | 77 | &:focus { |
| 77 | border-color: $primary !important; | 78 | border-color: $primary !important; |
| 78 | box-shadow: 0 0 5px $primary !important; | 79 | box-shadow: 0 0 5px $primary !important; |
| 79 | } | 80 | } |
| 80 | &:active { | 81 | &:active { |
| 81 | border-color: $primary !important; | 82 | border-color: $primary !important; |
| 82 | box-shadow: 0 0 5px $primary !important; | 83 | box-shadow: 0 0 5px $primary !important; |
| 83 | } | 84 | } |
| 84 | } | 85 | } |
| 85 | 86 | ||
| 86 | 87 | ||
| 87 | .btn-login { | 88 | .btn-login { |
| 88 | box-shadow: none !important; | 89 | box-shadow: none !important; |
| 89 | } | 90 | } |
| 90 | 91 | ||
| 91 | input[type="file"] { | 92 | input[type="file"] { |
| 92 | display: none; | 93 | display: none; |
| 93 | } | 94 | } |
| 94 | .custom-file-upload { | 95 | .custom-file-upload { |
| 95 | border: 1px solid #ccc; | 96 | border: 1px solid #ccc; |
| 96 | display: inline-block; | 97 | display: inline-block; |
| 97 | padding: 6px 12px; | 98 | padding: 6px 12px; |
| 98 | cursor: pointer; | 99 | cursor: pointer; |
| 99 | } | 100 | } |
| 100 | 101 | ||
| 101 | .btn-brown { | 102 | .btn-brown { |
| 102 | background-color:$primary; | 103 | background-color:$primary; |
| 103 | -webkit-appearance: none; | 104 | -webkit-appearance: none; |
| 104 | border-color: transparent; | 105 | border-color: transparent; |
| 105 | &:focus { | 106 | &:focus { |
| 106 | outline: 0 !important; | 107 | outline: 0 !important; |
| 107 | box-shadow: none; | 108 | box-shadow: none; |
| 108 | } | 109 | } |
| 109 | .icon-white { | 110 | .icon-white { |
| 110 | color: white; | 111 | color: white; |
| 111 | } | 112 | } |
| 112 | } | 113 | } |
| 113 | 114 | ||
| 114 | .btn-Guardar { | 115 | .btn-Guardar { |
| 115 | background-color:green; | 116 | background-color:green; |
| 116 | -webkit-appearance: none; | 117 | -webkit-appearance: none; |
| 117 | border-color: transparent; | 118 | border-color: transparent; |
| 118 | &:focus { | 119 | &:focus { |
| 119 | outline: 0 !important; | 120 | outline: 0 !important; |
| 120 | box-shadow: none; | 121 | box-shadow: none; |
| 121 | } | 122 | } |
| 122 | .icon-white { | 123 | .icon-white { |
| 123 | color: white; | 124 | color: white; |
| 124 | } | 125 | } |
| 125 | } | 126 | } |
| 126 | 127 | ||
| 127 | .page-item.active .page-link { | 128 | .page-item.active .page-link { |
| 128 | z-index: 1; | 129 | z-index: 1; |
| 129 | color: #fff; | 130 | color: #fff; |
| 130 | background-color: $primary; | 131 | background-color: $primary; |
| 131 | border-color: $primary; | 132 | border-color: $primary; |
| 132 | } | 133 | } |
| 133 | 134 | ||
| 134 | .foca-input { | 135 | .foca-input { |
| 135 | &:focus { | 136 | &:focus { |
| 136 | border-color: $primary; | 137 | border-color: $primary; |
| 137 | box-shadow: 0 0 5px $primary; | 138 | box-shadow: 0 0 5px $primary; |
| 138 | } | 139 | } |
| 139 | &:hover { | 140 | &:hover { |
| 140 | border-color: $primary; | 141 | border-color: $primary; |
| 141 | box-shadow: 0 0 5px $primary; | 142 | box-shadow: 0 0 5px $primary; |
| 142 | } | 143 | } |
| 143 | } | 144 | } |
| 144 | 145 | ||
| 145 | .btn-enviar { | 146 | .btn-enviar { |
| 146 | background-color: white; | 147 | background-color: white; |
| 147 | border-color: #cd9035; | 148 | border-color: #cd9035; |
| 148 | &:focus { | 149 | &:focus { |
| 149 | box-shadow: none !important; | 150 | box-shadow: none !important; |
| 150 | } | 151 | } |
| 151 | &:hover { | 152 | &:hover { |
| 152 | border-color: $primaryTransparency !important; | 153 | border-color: $primaryTransparency !important; |
| 153 | background-color: $primaryTransparency !important; | 154 | background-color: $primaryTransparency !important; |
| 154 | } | 155 | } |
| 155 | &:active{ | 156 | &:active{ |
| 156 | background-color: $primary !important; | 157 | background-color: $primary !important; |
| 157 | box-shadow: 0px 0px 0px 3px $primaryTransparency !important; | 158 | box-shadow: 0px 0px 0px 3px $primaryTransparency !important; |
| 158 | } | 159 | } |
| 159 | } | 160 | } |
| 160 | 161 | ||
| 161 | .btn-primary { | 162 | .btn-primary { |
| 162 | background-color: $primary !important; | 163 | background-color: $primary !important; |
| 163 | border-color: $primary !important; | 164 | border-color: $primary !important; |
| 164 | &:focus { | 165 | &:focus { |
| 165 | box-shadow: none !important; | 166 | box-shadow: none !important; |
| 166 | } | 167 | } |
| 167 | &:hover { | 168 | &:hover { |
| 168 | border-color: $primaryTransparency !important; | 169 | border-color: $primaryTransparency !important; |
| 169 | background-color: $primaryTransparency !important; | 170 | background-color: $primaryTransparency !important; |
| 170 | } | 171 | } |
| 171 | &:active{ | 172 | &:active{ |
| 172 | background-color: $primary !important; | 173 | background-color: $primary !important; |
| 173 | box-shadow: 0px 0px 0px 3px $primaryTransparency !important; | 174 | box-shadow: 0px 0px 0px 3px $primaryTransparency !important; |
| 174 | } | 175 | } |
| 175 | } | 176 | } |
| 176 | 177 | ||
| 177 | .input-group-text { | 178 | .input-group-text { |
| 178 | &:focus { | 179 | &:focus { |
| 179 | outline: none; | 180 | outline: none; |
| 180 | border-color: $primary; | 181 | border-color: $primary; |
| 181 | box-shadow: 0 0 5px $primary; | 182 | box-shadow: 0 0 5px $primary; |
| 182 | } | 183 | } |
| 183 | &:hover { | 184 | &:hover { |
| 184 | border-color: $primary; | 185 | border-color: $primary; |
| 185 | box-shadow: 0 0 5px $primary; | 186 | box-shadow: 0 0 5px $primary; |
| 186 | } | 187 | } |
| 187 | &:active{ | 188 | &:active{ |
| 188 | box-shadow: 0 0 5px $primary; | 189 | box-shadow: 0 0 5px $primary; |
| 189 | } | 190 | } |
| 190 | } | 191 | } |
| 191 | 192 | ||
| 192 | .btn-default { | 193 | .btn-default { |
| 193 | color: #FFF; | 194 | color: #FFF; |
| 194 | background-color: $default !important; | 195 | background-color: $default !important; |
| 195 | border-color: $default !important; | 196 | border-color: $default !important; |
| 196 | &:focus { | 197 | &:focus { |
| 197 | box-shadow: none !important; | 198 | box-shadow: none !important; |
| 198 | } | 199 | } |
| 199 | &:hover { | 200 | &:hover { |
| 200 | color: #FFF; | 201 | color: #FFF; |
| 201 | border-color: $defaultTransparency !important; | 202 | border-color: $defaultTransparency !important; |
| 202 | background-color: $defaultTransparency !important; | 203 | background-color: $defaultTransparency !important; |
| 203 | } | 204 | } |
| 204 | &:active{ | 205 | &:active{ |
| 205 | background-color: $default !important; | 206 | background-color: $default !important; |
| 206 | box-shadow: 0px 0px 0px 3px $defaultTransparency !important; | 207 | box-shadow: 0px 0px 0px 3px $defaultTransparency !important; |
| 207 | } | 208 | } |
| 208 | } | 209 | } |
| 209 | 210 | ||
| 210 | .btn-danger { | 211 | .btn-danger { |
| 211 | &:hover { | 212 | &:hover { |
| 212 | color: #FFF; | 213 | color: #FFF; |
| 213 | border-color: $dangerTransparency !important; | 214 | border-color: $dangerTransparency !important; |
| 214 | background-color: $dangerTransparency !important; | 215 | background-color: $dangerTransparency !important; |
| 215 | } | 216 | } |
| 216 | } | 217 | } |
| 217 | 218 | ||
| 218 | .table-celda-total { | 219 | .table-celda-total { |
| 219 | background-color: $highlightedArea; | 220 | background-color: $highlightedArea; |
| 220 | } | 221 | } |
| 221 | 222 | ||
| 222 | marquee { | 223 | marquee { |
| 223 | background-color: $highlightedArea; | 224 | background-color: $highlightedArea; |
| 224 | } | 225 | } |
| 225 | 226 | ||
| 226 | .front-index{ | 227 | .front-index{ |
| 227 | z-index: 9999; | 228 | z-index: 9999; |
| 228 | } | 229 | } |
| 229 | 230 | ||
| 230 | .uib-daypicker{ | 231 | .uib-daypicker{ |
| 231 | outline: 0 | 232 | outline: 0 |
| 232 | } | 233 | } |
| 233 | 234 | ||
| 234 | .right-0{ | 235 | .right-0{ |
| 235 | right: 0; | 236 | right: 0; |
| 236 | } | 237 | } |
| 237 | 238 | ||
| 238 | .tabla-factura{ | 239 | .tabla-factura{ |
| 239 | word-wrap: break-word; | 240 | word-wrap: break-word; |
| 240 | table-layout: fixed; | 241 | table-layout: fixed; |
| 241 | } | 242 | } |
| 242 | 243 | ||
| 243 | .ladda-w-100 .ladda-label{ | 244 | .ladda-w-100 .ladda-label{ |
| 244 | width: 100%; | 245 | width: 100%; |
| 245 | float: right; | 246 | float: right; |
| 246 | } | 247 | } |
| 247 | 248 | ||
| 248 | .btn-delete-image{ | 249 | .btn-delete-image{ |
| 249 | height: 25px; | 250 | height: 25px; |
| 250 | width: 25px; | 251 | width: 25px; |
| 251 | top: -10px; | 252 | top: -10px; |
| 252 | right: 0; | 253 | right: 0; |
| 253 | } | 254 | } |
| 254 | 255 | ||
| 255 | button.clear-input{ | 256 | button.clear-input{ |
| 256 | cursor: pointer; | 257 | cursor: pointer; |
| 257 | background: transparent; | 258 | background: transparent; |
| 258 | border: none; | 259 | border: none; |
| 259 | margin-left: -24px; | 260 | margin-left: -24px; |
| 260 | z-index: 9; | 261 | z-index: 9; |
| 261 | color: #a3a3a3; | 262 | color: #a3a3a3; |
| 262 | &:focus{ | 263 | &:focus{ |
| 263 | outline: none; | 264 | outline: none; |
| 264 | } | 265 | } |
| 265 | } | 266 | } |
| 266 | .custom-control-input { | 267 | .custom-control-input { |
| 267 | &:checked ~ .custom-control-label::before { | 268 | &:checked ~ .custom-control-label::before { |
| 268 | border: none !important; | 269 | border: none !important; |
| 269 | color: $primary !important; | 270 | color: $primary !important; |
| 270 | background-color: $primary !important; | 271 | background-color: $primary !important; |
| 271 | box-shadow: 0px 0px 0px 2px $primaryTransparency !important; | 272 | box-shadow: 0px 0px 0px 2px $primaryTransparency !important; |
| 272 | } | 273 | } |
| 273 | &:active ~ .custom-control-label::before { | 274 | &:active ~ .custom-control-label::before { |
| 274 | border: none !important; | 275 | border: none !important; |
| 275 | color: $primary !important; | 276 | color: $primary !important; |
| 276 | background-color: $primary !important; | 277 | background-color: $primary !important; |
| 277 | } | 278 | } |
| 278 | &:focus ~ .custom-control-label::before { | 279 | &:focus ~ .custom-control-label::before { |
| 279 | border: none !important; | 280 | border: none !important; |
| 280 | box-shadow: 0px 0px 0px 2px $primaryTransparency !important; | 281 | box-shadow: 0px 0px 0px 2px $primaryTransparency !important; |
| 281 | } | 282 | } |
| 282 | &:focus:not(:checked) ~ .custom-control-label::before { | 283 | &:focus:not(:checked) ~ .custom-control-label::before { |
| 283 | border: none !important; | 284 | border: none !important; |
| 284 | } | 285 | } |
| 285 | &:not(:disabled):active ~ .custom-control-label::before { | 286 | &:not(:disabled):active ~ .custom-control-label::before { |
| 286 | border: none !important; | 287 | border: none !important; |
| 287 | color: $primary !important; | 288 | color: $primary !important; |
| 288 | box-shadow: 0px 0px 0px 2px $primaryTransparency !important; | 289 | box-shadow: 0px 0px 0px 2px $primaryTransparency !important; |
| 289 | } | 290 | } |
| 290 | &:hover ~ .custom-control-label::before { | 291 | &:hover ~ .custom-control-label::before { |
| 291 | border: none !important; | 292 | border: none !important; |
| 292 | background-color: $primaryTransparency; | 293 | background-color: $primaryTransparency; |
| 293 | } | 294 | } |
| 294 | } | 295 | } |
| 295 | .disable-selection { | 296 | .disable-selection { |
| 296 | user-select: none; | 297 | user-select: none; |
| 297 | -moz-user-select: none; /* Firefox */ | 298 | -moz-user-select: none; /* Firefox */ |
| 298 | -ms-user-select: none; /* Internet Explorer */ | 299 | -ms-user-select: none; /* Internet Explorer */ |
| 299 | -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */ | 300 | -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */ |
| 300 | -webkit-user-select: none; /* Chrome, Safari, and Opera */ | 301 | -webkit-user-select: none; /* Chrome, Safari, and Opera */ |
| 301 | -webkit-touch-callout: none; /* Disable Android and iOS callouts*/ | 302 | -webkit-touch-callout: none; /* Disable Android and iOS callouts*/ |
| 302 | } | 303 | } |
| 303 | 304 |