Commit 203219200a96cb79c2b9607dff3bf0a3db77c8e0

Authored by Jose Pinto
1 parent d49104d1ea
Exists in master

estilos botonera-facturador

Showing 1 changed file with 12 additions and 0 deletions   Show diff stats
src/sass/_botonera-secundaria.scss
... ... @@ -55,4 +55,16 @@
55 55 }
56 56 }
57 57  
  58 + @media(min-width: 576px) and (max-width: 768px){
  59 + .btn{
  60 + max-height: 59px;
  61 + }
  62 + }
  63 +
  64 + @media(max-width: 576px) {
  65 + .btn{
  66 + max-height: 19.9vw;
  67 + }
  68 + }
  69 +
58 70 }