Commit 450843a19c0413958e6d12dbe5f56e266808648e

Authored by Benjamin Rodriguez
1 parent 83dc04cf74
Exists in develop

saco margin a categorias agrego padding y redonreo un toque mas los bordes

src/app/modules/seleccion-articulos/seleccion-articulos.component.html
... ... @@ -33,12 +33,12 @@
33 33 <!-- CATEGORIAS -->
34 34 <div
35 35 #templateCategorias
36   - class="col-12 px-0 box-categorias border border-primary py-1
  36 + class="col-12 px-0 mx-0 box-categorias border border-primary py-1
37 37 border-left-0 rounded-right scroll-y cat-box"
38 38 (scroll)="scrollEvent($event)">
39 39 <div
40   - class="row mx-4 mb-2 h-25 h-md-32 h-lg-45 justify-content-center tab cat-content"
41   - [ngClass]="{ 'active rounded-sm shadow': allActive, 'border-bottom-effect': !allActive,
  40 + class="row mx-2 mb-2 h-25 h-md-32 h-lg-45 justify-content-center tab cat-content"
  41 + [ngClass]="{ 'active rounded shadow px-2': allActive, 'border-bottom-effect': !allActive,
42 42 'media-pantalla' : boxCarrito.classList.contains('media-pantalla') }"
43 43 (click)="selectCategoria(-1, 0)">
44 44 <img
... ... @@ -50,8 +50,8 @@
50 50 <small class="col-12 px-0 my-1 h-100 h-md-25 align-self-end text-center text-truncate">Todos</small>
51 51 </div>
52 52 <div
53   - class="row mx-4 mb-2 h-25 h-md-32 h-lg-45 justify-content-center tab cat-content"
54   - [ngClass]="{ 'active rounded-sm shadow': categoria.selected, 'border-bottom-effect': !categoria.selected,
  53 + class="row mx-2 mb-2 h-25 h-md-32 h-lg-45 justify-content-center tab cat-content"
  54 + [ngClass]="{ 'active rounded shadow px-2': 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;">