Commit 5541ec9631e929982cd2de081566e02b70d36b0d
1 parent
83ca972321
Exists in
develop
Add
Boton de cierre para modal sinonimos
Showing
2 changed files
with
12 additions
and
1 deletions
Show diff stats
src/app/shared/sinonimo/sinonimo.component.html
1 | 1 | <div class="bg-primary rounded text-white"> |
2 | - <div class="modal-header"> | |
2 | + <div class="modal-header pt-5"> | |
3 | + <img | |
4 | + draggable="false" | |
5 | + ondragstart="return false;" | |
6 | + (contextmenu)="false" | |
7 | + (click)="modalRef.hide()" | |
8 | + class="btn-effect icon-30 mt-2 mr-2 position-absolute right-0 top-0" | |
9 | + src="assets/img/icono-cancelar-blanco.svg"> | |
3 | 10 | <p class="col-7 h4 px-0 align-self-center">{{articulo.DetArt}}</p> |
4 | 11 | <div class="col-5 pr-0 text-right"> |
5 | 12 | <p *ngFor="let s of sinonimos; let i = index"> |