From 48eb68d6dd3c500491b60c0551b989153516fe31 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Thu, 25 Oct 2018 16:08:54 -0300 Subject: [PATCH] =?UTF-8?q?Implementaci=C3=B3n=20teclado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sass/_teclado.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/sass/_teclado.scss b/src/sass/_teclado.scss index 30b1095..8334e9c 100644 --- a/src/sass/_teclado.scss +++ b/src/sass/_teclado.scss @@ -9,12 +9,12 @@ width: 70%; height: 60%; margin: auto; - margin-top: -6%; + margin-top: -6%; table { border-spacing: 10px; border-collapse: separate; z-index: 100000; - td{ + td { touch-action: none; } } @@ -30,7 +30,7 @@ color: #000; font-size: 22px; - &:hover{ + &:hover { background-color: #fafafa; } &:active { @@ -49,7 +49,7 @@ color: #000; font-size: 22px; - &:hover{ + &:hover { background-color: #fafafa; } &:active { @@ -64,5 +64,5 @@ } } .teclado-activar { - background-color: #17d236 !important; + background-color: #17d236; } -- 1.9.1