Commit d92a3bd1c0d5bc4bae912e1a9edebfdc4a5da349
1 parent
de8dde6b92
Exists in
develop
Fix
Botones en info formas de pago
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
src/app/modules/info-formas-pago/info-formas-pago.component.html
| ... | ... | @@ -13,7 +13,8 @@ |
| 13 | 13 | <div class="row h-auto mt-6 mx-0 justify-content-center text-center"> |
| 14 | 14 | <div |
| 15 | 15 | [routerLink]="['/opcion-pedido']" |
| 16 | - class="col-7 col-xl-4 p-5 m-5 h-auto align-self-end border border-secondary rounded"> | |
| 16 | + class="col-11 col-sm-10 col-md-7 col-lg-4 p-5 m-5 h-auto | |
| 17 | + btn-effect align-self-end border border-secondary rounded"> | |
| 17 | 18 | <img |
| 18 | 19 | draggable="false" |
| 19 | 20 | ondragstart="return false;" |
| ... | ... | @@ -40,8 +41,8 @@ |
| 40 | 41 | src="assets/img/ir.svg"> |
| 41 | 42 | </div> |
| 42 | 43 | </div> |
| 43 | - <div class="col-7 col-lg-4 p-5 m-5 h-auto align-self-center border | |
| 44 | - border-primary rounded reduce-card-2"> | |
| 44 | + <div class="col-11 col-sm-10 col-md-7 col-lg-4 p-5 m-5 h-auto align-self-center | |
| 45 | + btn-effect border border-primary rounded reduce-card-2"> | |
| 45 | 46 | <img |
| 46 | 47 | draggable="false" |
| 47 | 48 | ondragstart="return false;" |