From d0eba8884b933e90454e465314b18ada6a257412 Mon Sep 17 00:00:00 2001 From: Luigi Date: Tue, 16 Apr 2019 15:56:58 -0300 Subject: [PATCH] Arreglo botones --- src/sass/_botonera-secundaria.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/sass/_botonera-secundaria.scss b/src/sass/_botonera-secundaria.scss index e8bce32..e1aa81a 100644 --- a/src/sass/_botonera-secundaria.scss +++ b/src/sass/_botonera-secundaria.scss @@ -1,5 +1,4 @@ .botonera-secundaria { - height: 78px; .row { border-radius: 5px; overflow: hidden; @@ -11,7 +10,6 @@ margin-right: 1px; width: calc(100% - 1px); margin-bottom: 1px; - &:hover{ background-color: #cd903550 ; border-color: #cd9035 !important; @@ -20,7 +18,7 @@ box-shadow: 0 0 0 0.2rem rgb(216, 176, 125); } img{ - width: 50%; + width: 40%; margin: auto } span{ -- 1.9.1