From 87b595ddfd647168e6cb1b691003438051169e11 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Fri, 25 Jan 2019 18:07:24 -0300 Subject: [PATCH] ok height botonera --- src/sass/_botonera-secundaria.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/sass/_botonera-secundaria.scss b/src/sass/_botonera-secundaria.scss index 3932a61..d663959 100644 --- a/src/sass/_botonera-secundaria.scss +++ b/src/sass/_botonera-secundaria.scss @@ -35,7 +35,7 @@ } @media(min-width: 1200px){ .btn{ - min-height: 85px; + height: 85px !important; } .foca-facturador-px{ padding-left: 3rem; @@ -45,25 +45,25 @@ @media(min-width: 992px) and (max-width: 1200px){ .btn{ - min-height: 73px; + height: 73px !important; } } @media(min-width: 768px) and (max-width: 992px){ .btn{ - min-height: 62px; + height: 62px !important; } } @media(min-width: 576px) and (max-width: 768px){ .btn{ - max-height: 59px; + max-height: 51px; } } @media(max-width: 576px) { .btn{ - max-height: 16vw; + max-height: 13vw; } } -- 1.9.1