Commit 96bf0b9a03f2e73cc8b22b11b94c9e44b4a967fd

Authored by Pablo Marco del Pont
Exists in master

Merge branch 'master' into 'master'

Master

See merge request Wrappers/wrapper-demo!42
src/sass/_teclado.scss
... ... @@ -5,11 +5,10 @@
5 5 -moz-user-select: none;
6 6 -ms-user-select: none;
7 7 user-select: none;
8   - width: 62%;
  8 + margin: auto;
  9 + width: 855px;
  10 + position: inherit;
9 11 height: auto;
10   - margin-left: 13%;
11   - margin-top: -19%;
12   - position: absolute;
13 12 border: 1px solid rgba(255, 128, 0, .4);
14 13 background-color: rgba(0, 0, 0, .3);
15 14 bottom: 5px;