Commit c4131af275759df7e26d7f361d29f8e3835abcb8

Authored by Jose Pinto
1 parent 7d24e30479
Exists in master

alineo datos header modal

Showing 1 changed file with 7 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 .modal-header{ 29 .modal-header{
30 display: block 30 display: block;
31 >div.row{
32 margin: 0 !important;
33 >div{
34 padding: 0 !important;
35 }
36 }
31 } 37 }
32 @media (max-width: 576px) { 38 @media (max-width: 576px) {
33 height: auto; 39 height: auto;
34 height: 100%; 40 height: 100%;
35 border-radius: 0; 41 border-radius: 0;
36 } 42 }
37 } 43 }
38 .modal.show .modal-dialog { 44 .modal.show .modal-dialog {
39 @media (min-width: 1201px){ 45 @media (min-width: 1201px){
40 -webkit-transform: translate(0, 70px); 46 -webkit-transform: translate(0, 70px);
41 transform: translate(0, 70px); 47 transform: translate(0, 70px);
42 } 48 }
43 @media (min-width: 576px) { 49 @media (min-width: 576px) {
44 -webkit-transform: translate(0, 90px); 50 -webkit-transform: translate(0, 90px);
45 transform: translate(0, 90px); 51 transform: translate(0, 90px);
46 } 52 }
47 @media (max-width: 576px) { 53 @media (max-width: 576px) {
48 width: 100%; 54 width: 100%;
49 height: 100%; 55 height: 100%;
50 margin: 0; 56 margin: 0;
51 padding: 0; 57 padding: 0;
52 } 58 }
53 } 59 }
54 .modal-body { 60 .modal-body {
55 @media (max-width: 576px) { 61 @media (max-width: 576px) {
56 overflow-y: auto; 62 overflow-y: auto;
57 } 63 }
58 } 64 }
59 65
60 .boton-salir { 66 .boton-salir {
61 position: absolute; 67 position: absolute;
62 bottom: 10px; 68 bottom: 10px;
63 right: 15px; 69 right: 15px;
64 width: calc(100% - 15px); 70 width: calc(100% - 15px);
65 } 71 }
66 72
67 input[type=number]::-webkit-inner-spin-button, 73 input[type=number]::-webkit-inner-spin-button,
68 74
69 input[type=number]::-webkit-outer-spin-button { 75 input[type=number]::-webkit-outer-spin-button {
70 -webkit-appearance: none; 76 -webkit-appearance: none;
71 margin: 0; 77 margin: 0;
72 } 78 }
73 79