From a6e10631f3c513321c0a7c94b28341ed39ae0486 Mon Sep 17 00:00:00 2001 From: Marcelo Puebla Date: Thu, 4 Apr 2019 15:44:31 -0300 Subject: [PATCH] Agregada dependencia al instalar node-sass para corregir un error. --- package.json | 3 ++- src/sass/_teclado.scss | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d42ef18..ef7e65e 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,7 @@ "pump": "3.0.0" }, "dependencies": { - "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git" + "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git", + "node-sass": "^4.11.0" } } diff --git a/src/sass/_teclado.scss b/src/sass/_teclado.scss index 5b6d8ed..c2790fd 100644 --- a/src/sass/_teclado.scss +++ b/src/sass/_teclado.scss @@ -5,6 +5,10 @@ -moz-user-select: none; -ms-user-select: none; user-select: none; + position:absolute !important; + bottom:0; + width:100% !important; + height:25% !important; table { border-spacing: 10px; -- 1.9.1