Commit 56365fb1f252fd2923a57d5d12caed14841e14a7
1 parent
fb03f5d830
Exists in
develop
correciones ng lint
Showing
2 changed files
with
11 additions
and
11 deletions
Show diff stats
src/app/modules/indicaciones-pago-tarjeta/indicaciones-pago-tarjeta.component.ts
src/app/modules/seleccion-articulos/filtro-categorias/filtro-categorias.component.html
... | ... | @@ -33,22 +33,22 @@ |
33 | 33 | </div> |
34 | 34 | <div *ngFor="let categoria of categorias; let i = index;"> |
35 | 35 | <div |
36 | - class="row mx-2 mb-2 h-25 h-lg-30 justify-content-center tab cat-content" | |
37 | - [ngClass]="{ 'active rounded shadow px-2': categoria.selected, | |
38 | - 'border-bottom-effect': !categoria.selected, | |
39 | - 'media-pantalla': templateCategorias.classList.contains('media-pantalla')}" | |
40 | - (click)="selectCategoria(i, categoria.id)" | |
41 | - id="cat-content" | |
42 | - *ngIf="categoria.articulos > 0"> | |
43 | - <img | |
36 | + class="row mx-2 mb-2 h-25 h-lg-30 justify-content-center tab cat-content" | |
37 | + [ngClass]="{ 'active rounded shadow px-2': categoria.selected, | |
38 | + 'border-bottom-effect': !categoria.selected, | |
39 | + 'media-pantalla': templateCategorias.classList.contains('media-pantalla')}" | |
40 | + (click)="selectCategoria(i, categoria.id)" | |
41 | + id="cat-content" | |
42 | + *ngIf="categoria.articulos > 0"> | |
43 | + <img | |
44 | 44 | draggable="false" |
45 | 45 | ondragstart="return false;" |
46 | 46 | (contextmenu)="false" |
47 | 47 | class="d-none d-sm-block rounded-circle w-auto h-auto col-12" |
48 | 48 | src="{{urlImagenes}}{{categoria.path_imagen}}" |
49 | 49 | onerror="this.src='assets/img/imagen-no-encontrada.jpg'"> |
50 | - <small class="col-12 px-1 my-1 h-100 h-md-25 align-self-end text-center text-truncate">{{categoria.detalle}}</small> | |
51 | - </div> | |
50 | + <small class="col-12 px-1 my-1 h-100 h-md-25 align-self-end text-center text-truncate">{{categoria.detalle}}</small> | |
51 | + </div> | |
52 | 52 | </div> |
53 | 53 | </div> |
54 | 54 | <div class="col-auto btn-effect h-5 cat-btn"> |