Commit 07dd02f0c27f60f4a638740087432487c4b6e89e
1 parent
5cbf3578b8
Exists in
master
and in
1 other branch
Borrado de espacios
Showing
1 changed file
with
3 additions
and
6 deletions
Show diff stats
src/app/sidebar/sidebar.component.html
| 1 | 1 | <div class="col-2 col-md-2 offset-10 w-100 h-100 bg-dark text-white"> |
| 2 | 2 | <div class="d-flex align-items-center flex-column h-100 bg-dark pt-2 text-center"> |
| 3 | - | |
| 3 | + | |
| 4 | 4 | <h4 class="border-bottom border-white"> Mi compra </h4> |
| 5 | - | |
| 5 | + | |
| 6 | 6 | <div class="card mt-2 bg-primary"> |
| 7 | 7 | <img src="../../assets/descarga.jpg" class="card-img-top" alt="..."> |
| 8 | 8 | <div class="card-body row m-0 p-0 px-1 py-1 shadow rounded"> |
| ... | ... | @@ -26,8 +26,7 @@ |
| 26 | 26 | </div> |
| 27 | 27 | </div> |
| 28 | 28 | </div> |
| 29 | - <!-- <div class="row"> | |
| 30 | - <div class="col"> --> | |
| 29 | + | |
| 31 | 30 | <div class="card mt-auto"> |
| 32 | 31 | <div class="card-body"> |
| 33 | 32 | <h5 class="card-title">Card title</h5> |
| ... | ... | @@ -36,7 +35,5 @@ |
| 36 | 35 | <a href="#" class="btn btn-primary">Go somewhere</a> |
| 37 | 36 | </div> |
| 38 | 37 | </div> |
| 39 | - <!-- </div> | |
| 40 | - </div> --> | |
| 41 | 38 | </div> |
| 42 | 39 | </div> |
| 43 | 40 | \ No newline at end of file |