Commit 2ec5a50a3e8f294127bc4b2193d99b54819a7b63

Authored by Pablo Marco del Pont
Exists in master

Merge branch 'master' into 'master'

boton de ingresar para login

See merge request Wrappers/wrapper-demo!44
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: 155px;
  5 + height: calc(193px + 1em);
6 6 left: calc(50% - 130px);
7 7 opacity: 0.7;
8 8 position: absolute;
... ... @@ -25,4 +25,8 @@
25 25 }
26 26 }
27 27 }
  28 +
  29 + button {
  30 + margin-right: 42px;
  31 + }
28 32 }