Commit 2caf62be2fd609aa1576ce2496d2c787edbd9834

Authored by Jose Pinto
Exists in master

Merge branch 'master' into 'master'

Master

See merge request !59
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