Commit 4e38d87622890746c87d7e4f44e851ed828cec68
Exists in
develop
Merge branch 'develop' into 'develop'
Develop See merge request !134
Showing
1 changed file
Show diff stats
src/app/modules/pedidos-salientes/pedidos-salientes.component.html
| 1 | -<div class="row mx-0 mt-5 justify-content-around"> | |
| 2 | - <div class="col"> | |
| 1 | +<div class="row mx-0 py-5 px-2 h-100 justify-content-around"> | |
| 2 | + <div class="col-4"> | |
| 3 | 3 | <div class="p-3 bg-white text-center shadow-lg rounded h-100"> |
| 4 | 4 | <p class="h5 mt-3">ESTAMOS</p> |
| 5 | 5 | <p class="h3 font-weight-bold text-secondary">preparando</p> |
| ... | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | </div> |
| 13 | 13 | </div> |
| 14 | 14 | </div> |
| 15 | - <div class="col"> | |
| 15 | + <div class="col-4"> | |
| 16 | 16 | <img |
| 17 | 17 | draggable="false" |
| 18 | 18 | ondragstart="return false;" |
| ... | ... | @@ -28,7 +28,7 @@ |
| 28 | 28 | <p class="h3 font-weight-bold text-info mt-2">¡Que lo disfrutes!</p> |
| 29 | 29 | </div> |
| 30 | 30 | </div> |
| 31 | - <div class="col"> | |
| 31 | + <div class="col-4"> | |
| 32 | 32 | <div class="p-3 bg-white text-center shadow-lg rounded h-100"> |
| 33 | 33 | <p class="h5 mt-3">YA FUÉ</p> |
| 34 | 34 | <p class="h3 font-weight-bold text-primary">entregado</p> |