Commit 5a6b9ec7f63b66b270c904a46136b6376d6aa9da
1 parent
e634738c94
Exists in
develop
Change
Borrada imagen mensaje de error
Showing
1 changed file
with
1 additions
and
7 deletions
Show diff stats
src/app/shared/error-forma-pago/error-forma-pago.component.html
1 | 1 | <div class="bg-primary text-center rounded"> |
2 | 2 | <div class="modal-body"> |
3 | - <img | |
4 | - draggable="false" | |
5 | - ondragstart="return false;" | |
6 | - (contextmenu)="false" | |
7 | - class="d-block mx-auto icon-50" | |
8 | - src="assets/img/x-amarilla.svg"> | |
9 | - <p class="h1 text-white text-center mx-3 mt-3">Algo salió mal, intentalo de nuevo o</p> | |
3 | + <p class="h1 text-white text-center mx-3">Algo salió mal, intentalo de nuevo o</p> | |
10 | 4 | <p class="h1 text-white text-center mx-3 mb-3">probá con otra forma de pago</p> |
11 | 5 | <div |
12 | 6 | class="d-inline-block py-1 btn-effect bg-white badge-pill" |