Commit e1190e42a2d42b04351ff33eeda9962fe48db58d

Authored by Nicolás Guarnieri
1 parent bc90134f4d
Exists in master

error login

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
src/sass/_login.scss
... ... @@ -29,4 +29,10 @@
29 29 button {
30 30 margin-right: 42px;
31 31 }
  32 +
  33 + &-alerta-error {
  34 + width: 260px;
  35 + left: calc(50% - 130px);
  36 + top: calc(383px + 1.5em);
  37 + }
32 38 }