Commit 0a21c0b292ff38fd3b5aa1263f776293c833791e
1 parent
a0f70174b5
Exists in
develop
and in
1 other branch
Fix visual en pedidos salientes 2
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
src/app/modules/pedidos-salientes/pedidos-salientes.component.html
1 | 1 | <div class="row mt-2 justify-content-center h-15"> |
2 | 2 | <div class="col-3 col-lg-2"> |
3 | - <img src="../../../assets/img/logo-spot.svg" class="w-60 h-auto d-block mx-auto"> | |
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 | 11 | <div class="row mt-n5 mx-0 justify-content-around h-75"> |