Commit 44823c374801514f0bc2b2340027283bd5ba253f
1 parent
aa922fcf20
Exists in
master
fix bug calendario
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
src/sass/_botonera-secundaria.scss
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | border-radius: 5px; |
4 | 4 | overflow: hidden; |
5 | 5 | } |
6 | - .btn { | |
6 | + .btn-xs { | |
7 | 7 | display: grid; |
8 | 8 | border-width: 3px !important; |
9 | 9 | border-radius: .7rem !important; |
... | ... | @@ -29,12 +29,12 @@ |
29 | 29 | } |
30 | 30 | } |
31 | 31 | @media(max-width: 992px){ |
32 | - .btn{ | |
32 | + .btn-xs{ | |
33 | 33 | font-weight: 700; |
34 | 34 | } |
35 | 35 | } |
36 | 36 | @media(min-width: 1200px){ |
37 | - .btn{ | |
37 | + .btn-xs{ | |
38 | 38 | height: 85px !important; |
39 | 39 | } |
40 | 40 | .foca-facturador-px{ |
... | ... | @@ -44,25 +44,25 @@ |
44 | 44 | } |
45 | 45 | |
46 | 46 | @media(min-width: 992px) and (max-width: 1200px){ |
47 | - .btn{ | |
47 | + .btn-xs{ | |
48 | 48 | height: 73px !important; |
49 | 49 | } |
50 | 50 | } |
51 | 51 | |
52 | 52 | @media(min-width: 768px) and (max-width: 992px){ |
53 | - .btn{ | |
53 | + .btn-xs{ | |
54 | 54 | height: 62px !important; |
55 | 55 | } |
56 | 56 | } |
57 | 57 | |
58 | 58 | @media(min-width: 576px) and (max-width: 768px){ |
59 | - .btn{ | |
59 | + .btn-xs{ | |
60 | 60 | max-height: 51px; |
61 | 61 | } |
62 | 62 | } |
63 | 63 | |
64 | 64 | @media(max-width: 576px) { |
65 | - .btn{ | |
65 | + .btn-xs{ | |
66 | 66 | max-height: 13vw; |
67 | 67 | } |
68 | 68 | } |