Commit d4e595559f5acd78fa10d0ddac1f7cd213829078

Authored by Marcelo Puebla
1 parent bb81921ea4
Exists in master and in 1 other branch validar_pve

Agregada clase css.

src/app/components/amb-imagenes/amb-imagenes.component.scss
... ... @@ -7,3 +7,12 @@
7 7 color: #aaa;
8 8 line-height: inherit;
9 9 }
  10 +
  11 +.custom-file-input:lang(es) ~ .custom-file-label::after {
  12 + content: "Elegir";
  13 +}
  14 +
  15 +.btn-delete-image {
  16 + top: 0;
  17 + left: 95%;
  18 +}