Commit 48eb68d6dd3c500491b60c0551b989153516fe31
1 parent
3c1f98a02a
Exists in
master
and in
1 other branch
Implementación teclado
Showing
1 changed file
with
5 additions
and
5 deletions
 
Show diff stats
src/sass/_teclado.scss
| ... | ... | @@ -9,12 +9,12 @@ | 
| 9 | 9 | width: 70%; | 
| 10 | 10 | height: 60%; | 
| 11 | 11 | margin: auto; | 
| 12 | - margin-top: -6%; | |
| 12 | + margin-top: -6%; | |
| 13 | 13 | table { | 
| 14 | 14 | border-spacing: 10px; | 
| 15 | 15 | border-collapse: separate; | 
| 16 | 16 | z-index: 100000; | 
| 17 | - td{ | |
| 17 | + td { | |
| 18 | 18 | touch-action: none; | 
| 19 | 19 | } | 
| 20 | 20 | } | 
| ... | ... | @@ -30,7 +30,7 @@ | 
| 30 | 30 | color: #000; | 
| 31 | 31 | font-size: 22px; | 
| 32 | 32 | |
| 33 | - &:hover{ | |
| 33 | + &:hover { | |
| 34 | 34 | background-color: #fafafa; | 
| 35 | 35 | } | 
| 36 | 36 | &:active { | 
| ... | ... | @@ -49,7 +49,7 @@ | 
| 49 | 49 | color: #000; | 
| 50 | 50 | font-size: 22px; | 
| 51 | 51 | |
| 52 | - &:hover{ | |
| 52 | + &:hover { | |
| 53 | 53 | background-color: #fafafa; | 
| 54 | 54 | } | 
| 55 | 55 | &:active { | 
| ... | ... | @@ -64,5 +64,5 @@ | 
| 64 | 64 | } | 
| 65 | 65 | } | 
| 66 | 66 | .teclado-activar { | 
| 67 | - background-color: #17d236 !important; | |
| 67 | + background-color: #17d236; | |
| 68 | 68 | } |