_bootstrap.scss
1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.active{
color: #fff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.btn-xs {
padding: .15rem .5rem;
font-size: .8rem;
line-height: 1.5;
border-radius: .2rem;
}
.no-border-bottom {
border-bottom: 0 !important;
}
.no-border-top {
border-top: 0 !important;
}
.no-border {
border: 0 !important;
}
.margin-bottom-mobile {
margin-bottom: 2.5em !important;
}
.tamaño-boton {
width:44px;
}
.modal-content {
.modal-header{
display: block;
>div.row{
margin: 0 !important;
>div{
padding: 0 !important;
}
}
}
@media (max-width: 576px) {
height: auto;
height: 100%;
border-radius: 0;
}
}
.modal.show .modal-dialog {
@media (min-width: 1201px){
-webkit-transform: translate(0, 70px);
transform: translate(0, 70px);
}
@media (min-width: 576px) {
-webkit-transform: translate(0, 90px);
transform: translate(0, 90px);
}
@media (max-width: 576px) {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
}
.modal-body {
@media (max-width: 576px) {
overflow-y: auto;
}
}
.boton-salir {
position: absolute;
bottom: 10px;
right: 15px;
width: calc(100% - 15px);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.invisible {
color: rgba(0,0,0,0);
}