Commit 97d317c0c0b818754b42faace76a4ca2502c552a

Authored by Nicolás Guarnieri
1 parent e70940f381
Exists in master

clase invisible

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