Commit 07cbce8bc25a4a81d1714f2e78be480aca1f498e
1 parent
a8811cc942
Exists in
develop
reducir botones en pantalla completa
Showing
1 changed file
with
9 additions
and
3 deletions
Show diff stats
src/app/modules/indicaciones-pago-tarjeta/indicaciones-pago-tarjeta.component.html
| ... | ... | @@ -33,7 +33,9 @@ |
| 33 | 33 | DESLIZÁ LA TARJETA POR LA RANURA<br> |
| 34 | 34 | CUANDO LA PANTALLA LO INDIQUE |
| 35 | 35 | </small> |
| 36 | - <div class="btn-effect col-12 px-0 bg-white mt-4 mx-auto"> | |
| 36 | + <div | |
| 37 | + class="btn-effect px-0 bg-white mt-4 mx-auto" | |
| 38 | + [ngClass]="card.classList.contains('media-pantalla') ? 'col-12' : 'col-7'"> | |
| 37 | 39 | <div class="row mx-0 bg-primary badge-pill h-auto"> |
| 38 | 40 | <div class="col-10 align-self-center text-center text-white"> |
| 39 | 41 | Continuar |
| ... | ... | @@ -74,7 +76,9 @@ |
| 74 | 76 | PARTE INFERIOR DE LECTOR <br> |
| 75 | 77 | CUANDO LA PANTALLA LO INDIQUE |
| 76 | 78 | </small> |
| 77 | - <div class="btn-effect col-12 px-0 bg-white mt-4 mx-auto"> | |
| 79 | + <div | |
| 80 | + class="btn-effect px-0 bg-white mt-4 mx-auto" | |
| 81 | + [ngClass]="card.classList.contains('media-pantalla') ? 'col-12' : 'col-7'"> | |
| 78 | 82 | <div class="row mx-0 bg-primary badge-pill h-auto"> |
| 79 | 83 | <div |
| 80 | 84 | class="col-10 align-self-center text-center text-white"> |
| ... | ... | @@ -115,7 +119,9 @@ |
| 115 | 119 | ACERCÁ LA TARJETA AL POSNET<br> |
| 116 | 120 | CUANDO LA PANTALLA LO INDIQUE |
| 117 | 121 | </small> |
| 118 | - <div class="btn-effect col-12 px-0 bg-white mt-4 mx-auto"> | |
| 122 | + <div | |
| 123 | + class="btn-effect px-0 bg-white mt-4 mx-auto" | |
| 124 | + [ngClass]="card.classList.contains('media-pantalla') ? 'col-12' : 'col-7'"> | |
| 119 | 125 | <div class="row mx-0 bg-primary badge-pill h-auto"> |
| 120 | 126 | <div |
| 121 | 127 | class="col-10 align-self-center text-center text-white"> |