Commit 6b51cd927dfc9bd6a42f17ab02cefc3c49abe25e
1 parent
dffa86ae66
Exists in
master
linea al final del archivo
Showing
1 changed file
with
1 additions
and
1 deletions
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 | @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 | 55 | ||
56 | input[type=number]::-webkit-inner-spin-button, | 56 | input[type=number]::-webkit-inner-spin-button, |
57 | 57 | ||
58 | input[type=number]::-webkit-outer-spin-button { | 58 | input[type=number]::-webkit-outer-spin-button { |
59 | -webkit-appearance: none; | 59 | -webkit-appearance: none; |
60 | margin: 0; | 60 | margin: 0; |
61 | } | ||
61 | } |