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
1 .search .form-control-search { 1 .search .form-control-search {
2 position: absolute; 2 position: absolute;
3 z-index: 2; 3 z-index: 2;
4 display: block; 4 display: block;
5 text-align: center; 5 text-align: center;
6 pointer-events: none; 6 pointer-events: none;
7 color: #aaa; 7 color: #aaa;
8 line-height: inherit; 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 }
10 19