Commit 5c8c22e781bc43ea32c997d4acbcfa791641ec92
1 parent
9cd5c7d901
Exists in
master
Arreglo en vistas
Showing
3 changed files
with
14 additions
and
6 deletions
Show diff stats
src/app/components/abm-imagenes/abm-imagenes.component.html
| ... | ... | @@ -55,8 +55,8 @@ |
| 55 | 55 | <button |
| 56 | 56 | (click)="deleteImage(articulo.imagenes, index)" |
| 57 | 57 | type="button" |
| 58 | - class="btn btn-light btn-delete-image position-absolute close"> | |
| 59 | - <span aria-hidden="true">×</span> | |
| 58 | + class="btn btn-lg btn-delete-image position-absolute"> | |
| 59 | + <i class="fa fa-trash text-dark" aria-hidden="true"></i> | |
| 60 | 60 | </button> |
| 61 | 61 | </slide> |
| 62 | 62 | </carousel> |
src/app/components/abm-imagenes/abm-imagenes.component.scss
src/app/components/header/header.component.html
| 1 | 1 | <div class="row m-0 bg-light p-4 justify-content-between"> |
| 2 | - <div class="col-6"> | |
| 2 | + <!-- <div class="col-6"> | |
| 3 | 3 | <img class="w-25 float-left" src="{{apiImagenes}}/imagenes/logoempresa.png"> |
| 4 | - </div> | |
| 5 | - <div class="col-6"> | |
| 4 | + </div> --> | |
| 5 | + <div class="col-6 offset-6"> | |
| 6 | 6 | <img class="w-25 float-right" src="{{apiImagenes}}/imagenes/logodebo.png"> |
| 7 | 7 | </div> |
| 8 | 8 | </div> |