Commit eb989a5a2bfd4d009dcaf1fc98cba971c0e3dc3b

Authored by Marcelo Puebla
Exists in develop

Merge branch 'master' into 'develop'

Master(benjamin)

See merge request !48
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
... ... @@ -38,7 +38,7 @@
38 38 (scroll)="scrollEvent($event)">
39 39 <div
40 40 class="row mx-4 mb-2 h-25 h-md-32 h-lg-45 justify-content-center tab cat-content"
41   - [ngClass]="{ 'active': allActive, 'border-bottom-effect': !allActive,
  41 + [ngClass]="{ 'active rounded-sm shadow': allActive, 'border-bottom-effect': !allActive,
42 42 'media-pantalla' : boxCarrito.classList.contains('media-pantalla') }"
43 43 (click)="selectCategoria(-1, 0)">
44 44 <img
... ... @@ -51,7 +51,7 @@
51 51 </div>
52 52 <div
53 53 class="row mx-4 mb-2 h-25 h-md-32 h-lg-45 justify-content-center tab cat-content"
54   - [ngClass]="{ 'active': categoria.selected, 'border-bottom-effect': !categoria.selected,
  54 + [ngClass]="{ 'active rounded-sm shadow': categoria.selected, 'border-bottom-effect': !categoria.selected,
55 55 'media-pantalla' : boxCarrito.classList.contains('media-pantalla') }"
56 56 (click)="selectCategoria(i, categoria.id)"
57 57 *ngFor="let categoria of categorias; let i = index;">