Commit cfff598dff4ae7b32254f7ea900b7ea5cf8b8529

Authored by Eric Fernandez
1 parent 8786578787
Exists in master

agrego modulos, quito spin de inputs con css

Showing 2 changed files with 10 additions and 0 deletions   Show diff stats
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', 7 'ngSanitize',
8 'ngStorage', 8 'ngStorage',
9 'onScreenKeyboard', 9 'onScreenKeyboard',
10 'ui.bootstrap', 10 'ui.bootstrap',
11 'ui.swiper', 11 'ui.swiper',
12 12
13 // MODULOS FOCA 13 // MODULOS FOCA
14 'focaAbmPlazoPago', 14 'focaAbmPlazoPago',
15 'focaAbmPreciosCondiciones', 15 'focaAbmPreciosCondiciones',
16 'focaAbmSectores', 16 'focaAbmSectores',
17 'focaAbmVehiculo', 17 'focaAbmVehiculo',
18 'focaAdminSeguimiento', 18 'focaAdminSeguimiento',
19 'focaBotoneraPrincipal', 19 'focaBotoneraPrincipal',
20 'focaBusquedaCliente', 20 'focaBusquedaCliente',
21 'focaBusquedaProductos', 21 'focaBusquedaProductos',
22 'focaConfiguracion', 22 'focaConfiguracion',
23 'focaCrearCobranza', 23 'focaCrearCobranza',
24 'focaCrearHojaRuta', 24 'focaCrearHojaRuta',
25 'focaCrearNotaPedido', 25 'focaCrearNotaPedido',
26 'focaCrearRemito', 26 'focaCrearRemito',
27 'focaDirectivas', 27 'focaDirectivas',
28 'focaFiltros', 28 'focaFiltros',
29 'focaHojaRuta', 29 'focaHojaRuta',
30 'focaLogin', 30 'focaLogin',
31 'focaModal', 31 'focaModal',
32 'focaModalBanco',
32 'focaModalCheque', 33 'focaModalCheque',
33 'focaModalChofer', 34 'focaModalChofer',
34 'focaModalCobradores', 35 'focaModalCobradores',
35 'focaModalCotizacion', 36 'focaModalCotizacion',
36 'focaModalDetalleHojaRuta', 37 'focaModalDetalleHojaRuta',
37 'focaModalDomicilio', 38 'focaModalDomicilio',
38 'focaModalEfectivo', 39 'focaModalEfectivo',
39 'focaModalFactura', 40 'focaModalFactura',
40 'focaModalFlete', 41 'focaModalFlete',
42 'focaModalLocalidad',
41 'focaModalMoneda', 43 'focaModalMoneda',
42 'focaModalNotaPedido', 44 'focaModalNotaPedido',
43 'focaModalPrecioCondicion', 45 'focaModalPrecioCondicion',
44 'focaModalProveedor', 46 'focaModalProveedor',
47 'focaModalProvincia',
45 'focaModalRemito', 48 'focaModalRemito',
46 'focaModalTarifaFlete', 49 'focaModalTarifaFlete',
47 'focaModalTransportista', 50 'focaModalTransportista',
48 'focaModalVehiculo', 51 'focaModalVehiculo',
49 'focaModalVendedores', 52 'focaModalVendedores',
50 'focaSeguimiento', 53 'focaSeguimiento',
51 'focaTeclado' 54 'focaTeclado'
52 ]); 55 ]);
53 56
src/sass/_bootstrap.scss
1 .active{ 1 .active{
2 color: #fff; 2 color: #fff;
3 text-decoration: none; 3 text-decoration: none;
4 outline: 0; 4 outline: 0;
5 background-color: #337ab7; 5 background-color: #337ab7;
6 } 6 }
7 .btn-xs { 7 .btn-xs {
8 padding: .15rem .5rem; 8 padding: .15rem .5rem;
9 font-size: .8rem; 9 font-size: .8rem;
10 line-height: 1.5; 10 line-height: 1.5;
11 border-radius: .2rem; 11 border-radius: .2rem;
12 } 12 }
13 .no-border-bottom { 13 .no-border-bottom {
14 border-bottom: 0 !important; 14 border-bottom: 0 !important;
15 } 15 }
16 .no-border-top { 16 .no-border-top {
17 border-top: 0 !important; 17 border-top: 0 !important;
18 } 18 }
19 .no-border { 19 .no-border {
20 border: 0 !important; 20 border: 0 !important;
21 } 21 }
22 .margin-bottom-mobile { 22 .margin-bottom-mobile {
23 margin-bottom: 2.5em !important; 23 margin-bottom: 2.5em !important;
24 } 24 }
25 .tamaño-boton { 25 .tamaño-boton {
26 width:44px; 26 width:44px;
27 } 27 }
28 .modal-content { 28 .modal-content {
29 @media (max-width: 576px) { 29 @media (max-width: 576px) {
30 height: auto; 30 height: auto;
31 height: 100%; 31 height: 100%;
32 border-radius: 0; 32 border-radius: 0;
33 } 33 }
34 } 34 }
35 .modal-dialog { 35 .modal-dialog {
36 @media (max-width: 576px) { 36 @media (max-width: 576px) {
37 width: 100%; 37 width: 100%;
38 height: 100%; 38 height: 100%;
39 margin: 0; 39 margin: 0;
40 padding: 0; 40 padding: 0;
41 } 41 }
42 } 42 }
43 .modal-body { 43 .modal-body {
44 @media (max-width: 576px) { 44 @media (max-width: 576px) {
45 overflow-y: auto; 45 overflow-y: auto;
46 } 46 }
47 } 47 }
48 48
49 .boton-salir { 49 .boton-salir {
50 position: absolute; 50 position: absolute;
51 bottom: 10px; 51 bottom: 10px;
52 right: 15px; 52 right: 15px;
53 width: calc(100% - 15px); 53 width: calc(100% - 15px);
54 } 54 }
55
56 input[type=number]::-webkit-inner-spin-button,
57
58 input[type=number]::-webkit-outer-spin-button {
59 -webkit-appearance: none;
60 margin: 0;
61 }