Commit d98ce7f514604588edd64b833325851fefcb5cb7

Authored by Marcelo Puebla
Exists in master

Merge branch 'master' into 'develop'

Master(mpuebla)

See merge request !171
src/sass/_login.scss
... ... @@ -17,3 +17,16 @@
17 17 width: 158px;
18 18 }
19 19 }
  20 +
  21 +.input-icon {
  22 + width: 100%;
  23 + pointer-events: none;
  24 + float: right;
  25 + position: absolute;
  26 + align-self: center;
  27 + z-index: 10;
  28 + div {
  29 + pointer-events: all;
  30 + float: right;
  31 + }
  32 +}