From 44823c374801514f0bc2b2340027283bd5ba253f Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Tue, 29 Jan 2019 17:06:17 -0300 Subject: [PATCH] fix bug calendario --- src/sass/_botonera-secundaria.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/sass/_botonera-secundaria.scss b/src/sass/_botonera-secundaria.scss index d663959..718c5dc 100644 --- a/src/sass/_botonera-secundaria.scss +++ b/src/sass/_botonera-secundaria.scss @@ -3,7 +3,7 @@ border-radius: 5px; overflow: hidden; } - .btn { + .btn-xs { display: grid; border-width: 3px !important; border-radius: .7rem !important; @@ -29,12 +29,12 @@ } } @media(max-width: 992px){ - .btn{ + .btn-xs{ font-weight: 700; } } @media(min-width: 1200px){ - .btn{ + .btn-xs{ height: 85px !important; } .foca-facturador-px{ @@ -44,25 +44,25 @@ } @media(min-width: 992px) and (max-width: 1200px){ - .btn{ + .btn-xs{ height: 73px !important; } } @media(min-width: 768px) and (max-width: 992px){ - .btn{ + .btn-xs{ height: 62px !important; } } @media(min-width: 576px) and (max-width: 768px){ - .btn{ + .btn-xs{ max-height: 51px; } } @media(max-width: 576px) { - .btn{ + .btn-xs{ max-height: 13vw; } } -- 1.9.1