Commit afdac2fb5831ad56cb52c8546a16ebb71908fe2f
Exists in
master
Merge branch 'master' of http://git.focasoftware.com/npm/wrapper-demo
Showing
2 changed files
Show diff stats
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 | .modal-header{ | ||
30 | display: block; | ||
31 | >div.row{ | ||
32 | margin: 0 !important; | ||
33 | >div{ | ||
34 | padding: 0 !important; | ||
35 | } | ||
36 | } | ||
37 | } | ||
29 | @media (max-width: 576px) { | 38 | @media (max-width: 576px) { |
30 | height: auto; | 39 | height: auto; |
31 | height: 100%; | 40 | height: 100%; |
32 | border-radius: 0; | 41 | border-radius: 0; |
33 | } | 42 | } |
34 | } | 43 | } |
35 | .modal-dialog { | 44 | .modal.show .modal-dialog { |
45 | @media (min-width: 1201px){ | ||
46 | -webkit-transform: translate(0, 70px); | ||
47 | transform: translate(0, 70px); | ||
48 | } | ||
49 | @media (min-width: 576px) { | ||
50 | -webkit-transform: translate(0, 90px); | ||
51 | transform: translate(0, 90px); | ||
52 | } | ||
36 | @media (max-width: 576px) { | 53 | @media (max-width: 576px) { |
37 | width: 100%; | 54 | width: 100%; |
38 | height: 100%; | 55 | height: 100%; |
39 | margin: 0; | 56 | margin: 0; |
40 | padding: 0; | 57 | padding: 0; |
41 | } | 58 | } |
42 | } | 59 | } |
43 | .modal-body { | 60 | .modal-body { |
44 | @media (max-width: 576px) { | 61 | @media (max-width: 576px) { |
45 | overflow-y: auto; | 62 | overflow-y: auto; |
46 | } | 63 | } |
47 | } | 64 | } |
48 | 65 | ||
49 | .boton-salir { | 66 | .boton-salir { |
50 | position: absolute; | 67 | position: absolute; |
51 | bottom: 10px; | 68 | bottom: 10px; |
52 | right: 15px; | 69 | right: 15px; |
53 | width: calc(100% - 15px); | 70 | width: calc(100% - 15px); |
54 | } | 71 | } |
55 | 72 | ||
56 | input[type=number]::-webkit-inner-spin-button, | 73 | input[type=number]::-webkit-inner-spin-button, |
57 | 74 | ||
58 | input[type=number]::-webkit-outer-spin-button { | 75 | input[type=number]::-webkit-outer-spin-button { |
59 | -webkit-appearance: none; | 76 | -webkit-appearance: none; |
60 | margin: 0; | 77 | margin: 0; |
61 | } | 78 | } |
62 | 79 |
src/sass/general.scss
1 | @import 'admin-seguimiento'; | 1 | @import 'admin-seguimiento'; |
2 | @import 'bootstrap'; | 2 | @import 'bootstrap'; |
3 | @import 'botonera'; | 3 | @import 'botonera'; |
4 | @import 'botonera-lateral'; | 4 | @import 'botonera-lateral'; |
5 | @import 'botonera-principal'; | 5 | @import 'botonera-principal'; |
6 | @import 'botonera-secundaria'; | 6 | @import 'botonera-secundaria'; |
7 | @import 'contenedor'; | 7 | @import 'contenedor'; |
8 | @import 'lista'; | 8 | @import 'lista'; |
9 | @import 'login'; | 9 | @import 'login'; |
10 | @import 'panel-informativo'; | 10 | @import 'panel-informativo'; |
11 | @import 'tabla'; | 11 | @import 'tabla'; |
12 | @import 'teclado'; | 12 | @import 'teclado'; |
13 | @import 'tabla-articulos'; | 13 | @import 'tabla-articulos'; |
14 | @import 'acciones-mobile'; | 14 | @import 'acciones-mobile'; |
15 | @import 'swiper'; | 15 | @import 'swiper'; |
16 | @import 'crear-nota-pedido'; | 16 | @import 'crear-nota-pedido'; |
17 | |||
18 | |||
19 | //OCULTA FLECHAS INPUT NUMBER | ||
20 | input[type='number'] { | ||
21 | -moz-appearance:textfield; | ||
22 | } | ||
23 | input::-webkit-outer-spin-button, | ||
24 | input::-webkit-inner-spin-button { | ||
25 | -webkit-appearance: none; | ||
26 | } | ||
17 | 27 |