Commit 075e208f296e1f66405722dc78c24edd4eeb462f
Exists in
develop
and in
1 other branch
Merge branch 'develop' into 'develop'
Develop See merge request !12
Showing
1 changed file
Show diff stats
src/app/modules/pedidos-salientes/pedidos-salientes.component.html
1 | -<div class="row justify-content-center h-15"> | |
2 | - <div class="col-3 col-lg-2 mt-1"> | |
3 | - <img src="../../../assets/img/logo-spot.svg" class="w-60 h-auto d-block mx-auto"> | |
1 | +<div class="row mt-2 justify-content-center h-15"> | |
2 | + <div class="col-3 col-lg-2"> | |
3 | + <img | |
4 | + draggable="false" | |
5 | + ondragstart="return false;" | |
6 | + (contextmenu)="false" | |
7 | + class="w-60 h-auto d-block mx-auto" | |
8 | + src="../../../assets/img/logo-spot.svg"> | |
4 | 9 | </div> |
5 | 10 | </div> |
6 | -<div class="row mt-n5 justify-content-around h-75"> | |
7 | - <div class="col-5 col-md-3 h-100"> | |
11 | +<div class="row mt-n5 mx-0 justify-content-around h-75"> | |
12 | + <div class="col-5 col-md-6 col-lg-3 h-100"> | |
8 | 13 | <div class="p-3 bg-white text-center shadow-lg rounded h-100"> |
9 | 14 | <h5 class="pt-3">ESTAMOS</h5> |
10 | 15 | <h3 class="font-weight-bold text-secondary">preparando</h3> |
... | ... | @@ -17,7 +22,7 @@ |
17 | 22 | </div> |
18 | 23 | </div> |
19 | 24 | </div> |
20 | - <div class="col-5 col-md-3 h-100"> | |
25 | + <div class="col-5 col-md-6 col-lg-3 h-100"> | |
21 | 26 | <div class="p-3 bg-white shadow-lg rounded text-center h-100"> |
22 | 27 | <h5 class="pt-3">LISTO PARA</h5> |
23 | 28 | <h3 class="font-weight-bold text-primary">retirar</h3> |