Commit a4b04eb01055e1bcef41dc5d4823848e647758dc
1 parent
bddcdadb7b
Exists in
develop
Fix
Adaptacion de pantalla de info formas pago
Showing
2 changed files
with
5 additions
and
16 deletions
 
Show diff stats
src/app/modules/info-formas-pago/info-formas-pago.component.html
| ... | ... | @@ -14,7 +14,7 @@ | 
| 14 | 14 | <div | 
| 15 | 15 | [routerLink]="['/opcion-pedido']" | 
| 16 | 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 | + btn-effect align-self-end border border-secondary rounded reduce-card-1"> | |
| 18 | 18 | <img | 
| 19 | 19 | draggable="false" | 
| 20 | 20 | ondragstart="return false;" | 
src/app/modules/info-formas-pago/info-formas-pago.component.scss
| ... | ... | @@ -3,22 +3,11 @@ | 
| 3 | 3 | } | 
| 4 | 4 | |
| 5 | 5 | .reduce-card-1.media-pantalla { | 
| 6 | - position: absolute; | |
| 7 | - bottom: 0; | |
| 8 | - -webkit-box-flex: 0; | |
| 9 | - flex: 0 0 41.6666666667%; | |
| 10 | - max-width: 41.6666666667%; | |
| 11 | - left: 5%; | |
| 12 | - margin-left: 0 !important; | |
| 6 | + flex: 0 0 35% !important; | |
| 7 | + max-width: 35% !important; | |
| 13 | 8 | } | 
| 14 | 9 | |
| 15 | 10 | .reduce-card-2.media-pantalla { | 
| 16 | - position: absolute; | |
| 17 | - bottom: 0; | |
| 18 | - -webkit-box-flex: 0; | |
| 19 | - flex: 0 0 41.6666666667%; | |
| 20 | - max-width: 41.6666666667%; | |
| 21 | - right: 5%; | |
| 22 | - margin-right: 0 !important; | |
| 23 | - height: 202px !important; | |
| 11 | + flex: 0 0 35% !important; | |
| 12 | + max-width: 35% !important; | |
| 24 | 13 | } |