Commit 3a729d3a5bc32126217a47909fd64cad9aeb3147

Authored by Jose Pinto
1 parent 04c63038ca
Exists in master

linea al final

Showing 1 changed file with 1 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 18
19 19
20 //OCULTA FLECHAS INPUT NUMBER 20 //OCULTA FLECHAS INPUT NUMBER
21 input[type='number'] { 21 input[type='number'] {
22 -moz-appearance:textfield; 22 -moz-appearance:textfield;
23 } 23 }
24 input::-webkit-outer-spin-button, 24 input::-webkit-outer-spin-button,
25 input::-webkit-inner-spin-button { 25 input::-webkit-inner-spin-button {
26 -webkit-appearance: none; 26 -webkit-appearance: none;
27 } 27 }
28 28
29 .d-md-grid{ 29 .d-md-grid{
30 @media (min-width: 768px) { 30 @media (min-width: 768px) {
31 display: grid !important; 31 display: grid !important;
32 } 32 }
33 } 33 }
34 34
35 .btn-outline-debo{ 35 .btn-outline-debo{
36 background-color: transparent; 36 background-color: transparent;
37 color: $primary-color; 37 color: $primary-color;
38 border-color: $primary-color; 38 border-color: $primary-color;
39 &:hover{ 39 &:hover{
40 color: #FFF; 40 color: #FFF;
41 border-color: transparent; 41 border-color: transparent;
42 background-color: $primary-color; 42 background-color: $primary-color;
43 } 43 }
44 }
44 }