Commit 555e86cbbe9e737473fbf8f03195fda591873f95
1 parent
956ee10ddd
Exists in
develop
Add
Boton de cierre, modal confirmacion
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
src/app/shared/confirmacion/confirmacion.component.html
1 | 1 | <div class="modal-header bg-primary rounded-top pt-4 px-2"> |
2 | + <img | |
3 | + draggable="false" | |
4 | + ondragstart="return false;" | |
5 | + (contextmenu)="false" | |
6 | + (click)="modalRef.hide()" | |
7 | + class="btn-effect icon-30 mt-2 mr-2 position-absolute right-0 top-0 z-index" | |
8 | + src="assets/img/icono-cancelar-blanco.svg"> | |
2 | 9 | <div class="row mx-0 w-100 justify-content-between"> |
3 | 10 | <div class="col-8"> |
4 | 11 | <p *ngIf="titleMessage" class="h3 text-white">{{titleMessage}}</p> |