Commit e1fe07bbd9943a49a498e856163be4117c43195c

Authored by Eric Fernandez
1 parent 46c1e692de
Exists in master

inyecciones innecesarias

1 angular.module('appWrapperDemo', [ 1 angular.module('appWrapperDemo', [
2 //EXTERNOS 2 //EXTERNOS
3 'angular-ladda', 3 'angular-ladda',
4 'cordovaGeolocationModule', 4 'cordovaGeolocationModule',
5 'ngCookies', 5 'ngCookies',
6 'ngRoute', 6 'ngRoute',
7 'ngSanitize',
8 'ngStorage', 7 'ngStorage',
9 'onScreenKeyboard',
10 'ui.bootstrap', 8 'ui.bootstrap',
11 'ui.swiper', 9 'ui.swiper',
12 10
13 // MODULOS FOCA 11 // MODULOS FOCA
14 'focaBotoneraFacturador', 12 'focaBotoneraFacturador',
15 'focaBotoneraLateral', 13 'focaBotoneraLateral',
16 'focaBotoneraPrincipal', 14 'focaBotoneraPrincipal',
17 'focaBusquedaCliente', 15 'focaBusquedaCliente',
18 'focaBusquedaProductos', 16 'focaBusquedaProductos',
19 'focaCabeceraFacturador', 17 'focaCabeceraFacturador',
20 'focaConfiguracion', 18 'focaConfiguracion',
21 'focaCrearCobranza', 19 'focaCrearCobranza',
22 'focaCrearNotaPedido', 20 'focaCrearNotaPedido',
23 'focaDirectivas', 21 'focaDirectivas',
24 'focaFiltros', 22 'focaFiltros',
25 'focaHojaRuta', 23 'focaHojaRuta',
26 'focaLogin', 24 'focaLogin',
27 'focaModal', 25 'focaModal',
28 'focaModalBanco', 26 'focaModalBanco',
29 'focaModalCheque', 27 'focaModalCheque',
30 'focaModalChofer', 28 'focaModalChofer',
31 'focaModalCobradores', 29 'focaModalCobradores',
32 'focaModalCobranza', 30 'focaModalCobranza',
33 'focaModalCotizacion', 31 'focaModalCotizacion',
34 'focaModalDetalleHojaRuta', 32 'focaModalDetalleHojaRuta',
35 'focaModalDomicilio', 33 'focaModalDomicilio',
36 'focaModalEfectivo', 34 'focaModalEfectivo',
37 'focaModalFactura', 35 'focaModalFactura',
38 'focaModalFacturaDetalle', 36 'focaModalFacturaDetalle',
39 'focaModalFlete', 37 'focaModalFlete',
40 'focaModalListaPrecio', 38 'focaModalListaPrecio',
41 'focaModalLocalidad', 39 'focaModalLocalidad',
42 'focaModalLogin', 40 'focaModalLogin',
43 'focaModalMoneda', 41 'focaModalMoneda',
44 'focaModalNotaPedido', 42 'focaModalNotaPedido',
45 'focaModalPrecioCondicion', 43 'focaModalPrecioCondicion',
46 'focaModalProveedor', 44 'focaModalProveedor',
47 'focaModalProvincia', 45 'focaModalProvincia',
48 'focaModalPuntoDescarga', 46 'focaModalPuntoDescarga',
49 'focaModalTarifaFlete', 47 'focaModalTarifaFlete',
50 'focaModalTransportista', 48 'focaModalTransportista',
51 'focaModalUnidadMedida', 49 'focaModalUnidadMedida',
52 'focaModalVendedores', 50 'focaModalVendedores',
53 'focaNombreEmpresa', 51 'focaNombreEmpresa',
54 'focaSeguimiento', 52 'focaSeguimiento',
55 ]); 53 ]);
56 54
src/sass/_botonera-secundaria.scss
1 .botonera-secundaria { 1 .botonera-secundaria {
2 .row { 2 .row {
3 border-radius: 5px; 3 border-radius: 5px;
4 overflow: hidden; 4 overflow: hidden;
5 } 5 }
6 .btn { 6 .btn {
7 display: grid; 7 display: grid;
8 border-width: 3px !important; 8 border-width: 3px !important;
9 border-radius: .7rem !important; 9 border-radius: .7rem !important;
10 margin-right: 1px; 10 margin-right: 1px;
11 width: calc(100% - 1px); 11 width: calc(100% - 1px);
12 margin-bottom: 1px; 12 margin-bottom: 1px;
13 13
14 &:hover{ 14 &:hover{
15 background-color: #d8b07d; 15 background-color: #d8b07d;
16 border-color: #e09125 !important; 16 border-color: #e09125 !important;
17 } 17 }
18 &:focus{ 18 &:focus{
19 box-shadow: 0 0 0 0.2rem rgb(216, 176, 125); 19 box-shadow: 0 0 0 0.2rem rgb(216, 176, 125);
20 } 20 }
21 img{ 21 img{
22 width: 50%; 22 width: 50%;
23 margin: auto 23 margin: auto
24 } 24 }
25 span{ 25 span{
26 font-size: 11px; 26 font-size: 11px;
27 margin-left: -.25rem; 27 margin-left: -.25rem;
28 margin-right: -.25rem; 28 margin-right: -.25rem;
29 } 29 }
30 } 30 }
31 @media(max-width: 992px){ 31 @media(max-width: 992px){
32 .btn{ 32 .btn{
33 font-weight: 700; 33 font-weight: 700;
34 } 34 }
35 } 35 }
36 @media(min-width: 1200px){ 36 @media(min-width: 1200px){
37 .btn{ 37 .btn{
38 min-height: 85px; 38 min-height: 85px;
39 } 39 }
40 .foca-facturador-px{
41 padding-left: 3rem;
42 padding-right: 3rem;
43 }
40 } 44 }
41 45
42 @media(min-width: 992px) and (max-width: 1200px){ 46 @media(min-width: 992px) and (max-width: 1200px){
43 .btn{ 47 .btn{
44 min-height: 73px; 48 min-height: 73px;
45 } 49 }
46 } 50 }
47 51
48 @media(min-width: 768px) and (max-width: 992px){ 52 @media(min-width: 768px) and (max-width: 992px){
49 .btn{ 53 .btn{
50 min-height: 62px; 54 min-height: 62px;
51 } 55 }
52 } 56 }
53 57
54 } 58 }
55 59
src/sass/general.scss
1 $primary-color: #e09125; 1 $primary-color: #e09125;
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 20
21 21
22 //OCULTA FLECHAS INPUT NUMBER 22 //OCULTA FLECHAS INPUT NUMBER
23 input[type='number'] { 23 input[type='number'] {
24 -moz-appearance:textfield; 24 -moz-appearance:textfield;
25 } 25 }
26 input::-webkit-outer-spin-button, 26 input::-webkit-outer-spin-button,
27 input::-webkit-inner-spin-button { 27 input::-webkit-inner-spin-button {
28 -webkit-appearance: none; 28 -webkit-appearance: none;
29 } 29 }
30 30
31 .d-md-grid{ 31 .d-md-grid{
32 @media (min-width: 768px) { 32 @media (min-width: 768px) {
33 display: grid !important; 33 display: grid !important;
34 } 34 }
35 } 35 }
36 36
37 .btn-outline-debo{ 37 .btn-outline-debo{
38 background-color: transparent; 38 background-color: transparent;
39 color: $primary-color; 39 color: $primary-color;
40 border-color: $primary-color; 40 border-color: $primary-color;
41 &:hover{ 41 &:hover{
42 color: #FFF; 42 color: #FFF;
43 border-color: transparent; 43 border-color: transparent;
44 background-color: $primary-color; 44 background-color: $primary-color;
45 } 45 }
46 } 46 }
47 47
48 .front-index{ 48 .front-index{
49 z-index: 9999; 49 z-index: 9999;
50 } 50 }
51
52 .foca-overflow-hidden{
53 overflow: hidden;
54 }