Commit d670fbebeb743b4b951945474e7ffb1a41df79b3
Exists in
develop
Merge branch 'develop' into 'develop'
Develop See merge request !153
Showing
1 changed file
 
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"> |