Commit d6b53313cf9dbf1a1ddbe069d8906572cb4a0309

Authored by Eric Fernandez
1 parent e92e5f4d56
Exists in master and in 1 other branch develop

Espacios

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
... ... @@ -47,7 +47,7 @@ gulp.task('uglify', ['templates'], function() {
47 47 ]),
48 48 concat('foca-teclado.js'),
49 49 replace('src/views/', ''),
50   - replace("'ngSanitize', 'onScreenKeyboard'", ''),
  50 + replace("'ngSanitize', 'onScreenKeyboard'", ''),
51 51 gulp.dest(paths.tmp),
52 52 rename('foca-teclado.min.js'),
53 53 uglify(),
src/sass/_teclado.scss
... ... @@ -27,7 +27,7 @@
27 27 color: #000;
28 28 font-size: 22px;
29 29  
30   - &:hover{
  30 + &:hover {
31 31 background-color: #fafafa;
32 32 }
33 33 &:active {