_botonera-secundaria.scss
1.44 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
.botonera-secundaria {
height: 78px;
.row {
border-radius: 5px;
overflow: hidden;
}
.btn-xs {
display: grid;
border-width: 3px !important;
border-radius: .7rem !important;
margin-right: 1px;
width: calc(100% - 1px);
margin-bottom: 1px;
&:hover{
background-color: #cd903550 ;
border-color: #cd9035 !important;
}
&:focus{
box-shadow: 0 0 0 0.2rem rgb(216, 176, 125);
}
img{
width: 50%;
margin: auto
}
span{
font-size: 11px;
margin-left: -.25rem;
margin-right: -.25rem;
}
}
@media(max-width: 992px){
.btn-xs{
font-weight: 700;
}
}
@media(min-width: 1200px){
.btn-xs{
height: 85px !important;
}
.foca-facturador-px{
padding-left: 3rem;
padding-right: 3rem;
}
}
@media(min-width: 992px) and (max-width: 1200px){
.btn-xs{
height: 73px !important;
}
}
@media(min-width: 768px) and (max-width: 992px){
.btn-xs{
height: 62px !important;
}
}
@media(min-width: 576px) and (max-width: 768px){
.btn-xs{
max-height: 51px;
}
}
@media(max-width: 576px) {
.btn-xs{
max-height: 13vw;
}
}
}