Commit 040ecba05a9b6f2d2460a6de628811148637f951

Authored by Pablo Marco del Pont
Exists in master

Merge branch 'master' into 'master'

Master (pmarco)

See merge request Wrappers/wrapper-demo!9
src/sass/_botonera-principal.scss
... ... @@ -59,9 +59,9 @@
59 59 }
60 60 &-nota-pedido {
61 61 & button {
62   - background-position: -270px 0px;
  62 + background-position: -1250px 0px;
63 63 &:hover {
64   - background-position: -270px -90px;
  64 + background-position: -1250px -90px;
65 65 }
66 66 }
67 67 }
src/sass/_login.scss
... ... @@ -2,7 +2,7 @@
2 2 background-color: #bdbdbd;
3 3 border: 1px solid #000000;
4 4 border-radius: 3px;
5   - height: 150px;
  5 + height: 155px;
6 6 left: calc(50% - 130px);
7 7 opacity: 0.7;
8 8 position: absolute;