Commit 2ddb2ecb0dfe5db7ac63707c2018ff6f7b6acd19

Authored by Marcelo Puebla
1 parent 178f92310a
Exists in master

arreglo de estilos.

Showing 1 changed file with 13 additions and 0 deletions   Show diff stats
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 +}