_bootstrap.scss
799 Bytes
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
.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 {
@media (max-width: 576px) {
height: auto;
height: 100%;
border-radius: 0;
}
}
.modal-dialog {
@media (max-width: 576px) {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
}
.modal-body {
@media (max-width: 576px) {
overflow-y: auto;
}
}