Commit 1e491b1fbf92b245321c80cb28b531f52b5593a3

Authored by Jose Pinto
1 parent ab2041e230
Exists in master

fix bug cobranzas > busqueda de comprobantes

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
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 @import 'grid'; 20 @import 'grid';
21 @import 'paginador-abm'; 21 @import 'paginador-abm';
22 22
23 23
24 //OCULTA FLECHAS INPUT NUMBER 24 //OCULTA FLECHAS INPUT NUMBER
25 input[type='number'] { 25 input[type='number'] {
26 -moz-appearance:textfield; 26 -moz-appearance:textfield;
27 } 27 }
28 input::-webkit-outer-spin-button, 28 input::-webkit-outer-spin-button,
29 input::-webkit-inner-spin-button { 29 input::-webkit-inner-spin-button {
30 -webkit-appearance: none; 30 -webkit-appearance: none;
31 } 31 }
32 32
33 .d-md-grid{ 33 .d-md-grid{
34 @media (min-width: 768px) { 34 @media (min-width: 768px) {
35 display: grid !important; 35 display: grid !important;
36 } 36 }
37 } 37 }
38 38
39 .btn-outline-debo{ 39 .btn-outline-debo{
40 background-color: transparent; 40 background-color: transparent;
41 color: $primary-color; 41 color: $primary-color;
42 border-color: $primary-color; 42 border-color: $primary-color;
43 &:hover{ 43 &:hover{
44 color: #FFF; 44 color: #FFF;
45 border-color: transparent; 45 border-color: transparent;
46 background-color: $primary-color; 46 background-color: $primary-color;
47 } 47 }
48 } 48 }
49 49
50 .front-index{ 50 .front-index{
51 z-index: 9999; 51 z-index: 9999;
52 } 52 }
53 53
54 .uib-daypicker{ 54 .uib-daypicker{
55 outline: 0 55 outline: 0
56 } 56 }
57 57
58 .right-0{ 58 .right-0{
59 right: 0; 59 right: 0;
60 } 60 }
61 61
62 .tabla-factura{ 62 .tabla-factura{
63 word-wrap: break-word; 63 word-wrap: break-word;
64 table-layout: fixed; 64 table-layout: fixed;
65 } 65 }
66 66
67 .ladda-w-100 .ladda-label{ 67 .ladda-w-100 .ladda-label{
68 width: 100% 68 width: 100%;
69 float: right;
69 } 70 }
70 71
71 .btn-delete-image{ 72 .btn-delete-image{
72 height: 25px; 73 height: 25px;
73 width: 25px; 74 width: 25px;
74 top: -10px; 75 top: -10px;
75 right: 0; 76 right: 0;
76 } 77 }
77 78
78 button.clear-input{ 79 button.clear-input{
79 cursor: pointer; 80 cursor: pointer;
80 background: transparent; 81 background: transparent;
81 border: none; 82 border: none;
82 margin-left: -24px; 83 margin-left: -24px;
83 z-index: 9; 84 z-index: 9;
84 &:focus{ 85 &:focus{
85 outline: none; 86 outline: none;
86 } 87 }
87 } 88 }
88 89