Commit 64b46fe492515ba89741aed3e78d545dabfe54d5
1 parent
c46216a6bb
Exists in
develop
agrego padding al modal promo
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
src/app/modules/admin/admin.component.ts
src/app/shared/promocion/promocion.component.html
1 | -<div class="modal-header px-0 bg-primary rounded-top"> | |
1 | +<div class="modal-header bg-primary rounded-top pt-4 px-2"> | |
2 | 2 | <div class="row mx-0 w-100 justify-content-between" *ngIf="articulosPromo.length"> |
3 | 3 | <div class="col-8"> |
4 | 4 | <p class="h3 text-white">{{articulosPromo[0].DetArt}}</p> |
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | </div> |
23 | 23 | </div> |
24 | 24 | </div> |
25 | -<div class="modal-body px-0 bg-primary rounded-bottom" *ngIf="articulosPromo.length"> | |
25 | +<div class="modal-body bg-primary rounded-bottom pb-3 px-2" *ngIf="articulosPromo.length"> | |
26 | 26 | <div class="row mx-0 w-100"> |
27 | 27 | <div class="col-9"> |
28 | 28 | <p class="text-white"><small>¿TE GUSTARÍA LLEVAR ESTE ARTÍCULO</small></p> |