Commit 87b595ddfd647168e6cb1b691003438051169e11

Authored by Jose Pinto
1 parent ffdf5ff28e
Exists in master

ok height botonera

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
src/sass/_botonera-secundaria.scss
... ... @@ -35,7 +35,7 @@
35 35 }
36 36 @media(min-width: 1200px){
37 37 .btn{
38   - min-height: 85px;
  38 + height: 85px !important;
39 39 }
40 40 .foca-facturador-px{
41 41 padding-left: 3rem;
... ... @@ -45,25 +45,25 @@
45 45  
46 46 @media(min-width: 992px) and (max-width: 1200px){
47 47 .btn{
48   - min-height: 73px;
  48 + height: 73px !important;
49 49 }
50 50 }
51 51  
52 52 @media(min-width: 768px) and (max-width: 992px){
53 53 .btn{
54   - min-height: 62px;
  54 + height: 62px !important;
55 55 }
56 56 }
57 57  
58 58 @media(min-width: 576px) and (max-width: 768px){
59 59 .btn{
60   - max-height: 59px;
  60 + max-height: 51px;
61 61 }
62 62 }
63 63  
64 64 @media(max-width: 576px) {
65 65 .btn{
66   - max-height: 16vw;
  66 + max-height: 13vw;
67 67 }
68 68 }
69 69