Commit a6e10631f3c513321c0a7c94b28341ed39ae0486

Authored by Marcelo Puebla
1 parent ecf7c612ab
Exists in master

Agregada dependencia al instalar node-sass para corregir un error.

Showing 2 changed files with 6 additions and 1 deletions   Show diff stats
... ... @@ -57,6 +57,7 @@
57 57 "pump": "3.0.0"
58 58 },
59 59 "dependencies": {
60   - "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git"
  60 + "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git",
  61 + "node-sass": "^4.11.0"
61 62 }
62 63 }
src/sass/_teclado.scss
... ... @@ -5,6 +5,10 @@
5 5 -moz-user-select: none;
6 6 -ms-user-select: none;
7 7 user-select: none;
  8 + position:absolute !important;
  9 + bottom:0;
  10 + width:100% !important;
  11 + height:25% !important;
8 12  
9 13 table {
10 14 border-spacing: 10px;