Commit be933bc66b89987abe37feb6a8e61981440c44ee
1 parent
07dd02f0c2
Exists in
master
and in
1 other branch
Agregado card abajo
Showing
1 changed file
with
14 additions
and
7 deletions
Show diff stats
src/app/sidebar/sidebar.component.html
... | ... | @@ -26,13 +26,20 @@ |
26 | 26 | </div> |
27 | 27 | </div> |
28 | 28 | </div> |
29 | - | |
30 | - <div class="card mt-auto"> | |
31 | - <div class="card-body"> | |
32 | - <h5 class="card-title">Card title</h5> | |
33 | - <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's | |
34 | - content.</p> | |
35 | - <a href="#" class="btn btn-primary">Go somewhere</a> | |
29 | + | |
30 | + <div class="card mt-auto" style="background: linear-gradient(0deg, rgba(40,112,175,1),rgb(252, 252, 252))"> | |
31 | + <div class="card-body row"> | |
32 | + <div class="col"> | |
33 | + <h4 class="border-bottom border-secondary text-secondary">(1) item</h4> | |
34 | + <h3 class="text-secondary">Total</h3> | |
35 | + <h3 class="text-dark"><strong>{{5000 | currency}}</strong></h3> | |
36 | + </div> | |
37 | + <div class="col p-0"> | |
38 | + <button type="button" class="btn btn-light shadow"><strong>Finalizar y pagar</strong></button> | |
39 | + </div> | |
40 | + <div class="col"> | |
41 | + <button type="button" class="btn btn-light shadow btn-sm">Cancelar</button> | |
42 | + </div> | |
36 | 43 | </div> |
37 | 44 | </div> |
38 | 45 | </div> |