Commit e22c7b610304bac812520217ec6bf15317d37fdf
1 parent
6a20e06d5e
Exists in
master
and in
2 other branches
Arreglo visual de imagenes
Showing
2 changed files
with
27 additions
and
15 deletions
Show diff stats
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
... | ... | @@ -43,7 +43,7 @@ |
43 | 43 | draggable="false" |
44 | 44 | ondragstart="return false;" |
45 | 45 | (contextmenu)="false" |
46 | - class="col-12 h-50 align-self-end d-none d-sm-block" | |
46 | + class="col-12 h-50 align-self-end d-none d-sm-block rounded-circle" | |
47 | 47 | src="assets/img/ir-color.svg"> |
48 | 48 | <small class="col-10 my-1 h-25 align-self-end text-center">{{categoria.id}}</small> |
49 | 49 | </div> |
... | ... | @@ -65,13 +65,15 @@ |
65 | 65 | <div class="col-7 col-sm-9 col-xl-10 pb-3 h-80 align-self-center scroll-y"> |
66 | 66 | <div class="row row-cols-1 row-cols-sm-3 row-cols-xl-6 h-100"> |
67 | 67 | <!-- ARTICULO --> |
68 | - <div class="col px-2 my-1 my-md-3 h-auto" *ngFor="let articulo of [{},{},{promo: true},{},{},{},{},{},{},{},{},{},{},{},{},{}]"> | |
68 | + <div | |
69 | + class="col px-2 my-1 my-md-3 h-auto" | |
70 | + *ngFor="let articulo of [{},{},{promo: true},{},{},{},{},{},{},{},{},{},{},{},{},{}]"> | |
69 | 71 | <div class="card h-100"> |
70 | 72 | <img |
71 | 73 | draggable="false" |
72 | 74 | ondragstart="return false;" |
73 | 75 | (contextmenu)="false" |
74 | - src="assets/img/ir-color.svg" | |
76 | + src="assets/img/icono-volver.svg" | |
75 | 77 | class="card-img-top h-55"> |
76 | 78 | <div class="row mx-0 py-1 h-auto justify-content-center"> |
77 | 79 | <p class="col-12 px-1 h6 h-auto text-primary text-center">{{'CORTADO'}}</p> |
src/app/shared/promocion/promocion.component.html
... | ... | @@ -3,7 +3,12 @@ |
3 | 3 | <div |
4 | 4 | class="col-auto px-0 btn-effect" |
5 | 5 | (click)="modalRef.hide()"> |
6 | - <img class="icon-30 rotate-45" src="assets/img/mas-blanco.svg"> | |
6 | + <img | |
7 | + draggable="false" | |
8 | + ondragstart="return false;" | |
9 | + (contextmenu)="false" | |
10 | + class="icon-30 rotate-45" | |
11 | + src="assets/img/mas-blanco.svg"> | |
7 | 12 | </div> |
8 | 13 | </div> |
9 | 14 | <div class="row mb-4 mx-0 text-center"> |
... | ... | @@ -20,11 +25,11 @@ |
20 | 25 | <p class="d-block"> |
21 | 26 | <small class="pr-2">{{'Sola'}} {{155 | currency}}</small> |
22 | 27 | <img |
23 | - draggable="false" | |
24 | - ondragstart="return false;" | |
25 | - (contextmenu)="false" | |
26 | - class="icon-20" | |
27 | - src="assets/img/ir-color.svg"> | |
28 | + draggable="false" | |
29 | + ondragstart="return false;" | |
30 | + (contextmenu)="false" | |
31 | + class="icon-20" | |
32 | + src="assets/img/ir-color.svg"> | |
28 | 33 | </p> |
29 | 34 | </div> |
30 | 35 | </div> |
... | ... | @@ -37,11 +42,11 @@ |
37 | 42 | <p class="d-block"> |
38 | 43 | <small class="pr-2">{{'Con bebida'}} {{155 | currency}}</small> |
39 | 44 | <img |
40 | - draggable="false" | |
41 | - ondragstart="return false;" | |
42 | - (contextmenu)="false" | |
43 | - class="icon-20" | |
44 | - src="assets/img/ir-color.svg"> | |
45 | + draggable="false" | |
46 | + ondragstart="return false;" | |
47 | + (contextmenu)="false" | |
48 | + class="icon-20" | |
49 | + src="assets/img/ir-color.svg"> | |
45 | 50 | </p> |
46 | 51 | </div> |
47 | 52 | </div> |
... | ... | @@ -49,7 +54,12 @@ |
49 | 54 | </div> |
50 | 55 | </div> |
51 | 56 | <div class="col-5 align-self-center"> |
52 | - <img class="icon-150" src="assets/img/mas-blanco.svg"> | |
57 | + <img | |
58 | + draggable="false" | |
59 | + ondragstart="return false;" | |
60 | + (contextmenu)="false" | |
61 | + class="icon-150 rounded-circle" | |
62 | + src="assets/img/icono-volver.svg"> | |
53 | 63 | </div> |
54 | 64 | </div> |
55 | 65 | </div> |
56 | 66 | \ No newline at end of file |