Commit 5b476e62c2bbc89e9c3c022b9f68e981265b334f

Authored by Luis Suarez
1 parent 8f3a6641b0
Exists in develop

adding

src/app/modules/seleccion-articulos/filtro-categorias/filtro-categorias.component.scss
... ... @@ -38,7 +38,7 @@ $primary: #aa006b;
38 38 .cat-content.media-pantalla,
39 39 #cat-content.media-pantalla {
40 40 margin: 0.5rem 0.7rem !important;
41   - height: 76% !important;
  41 + height: 95% !important;
42 42 }
43 43  
44 44 .cat-box.media-pantalla {
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
... ... @@ -2,7 +2,9 @@
2 2 <!-- PUBLICIDADES -->
3 3 <app-header-publicidad></app-header-publicidad>
4 4  
5   - <div class="row mx-0 h-80 align-items-end">
  5 + <div class="row mx-0 align-items-end"
  6 + [ngClass]="boxCarrito.classList.contains('media-pantalla')
  7 + ? 'h-68' : 'h-80'">
6 8 <!-- CABECERA -->
7 9 <div class="row w-100 mx-3 h-auto border border-primary rounded-sm">
8 10 <div class="col-12 p-2 align-self-center">
src/app/shared/header-publicidad/header-publicidad.component.html
1   -<div class="row mx-0 h-20" id="headerPublicidad">
  1 +<div class="row mx-0" id="headerPublicidad" #headerPublicidad
  2 + [ngClass]="headerPublicidad.classList.contains('media-pantalla')
  3 + ? 'h-31' : 'h-20'" id="boxCarrito">
2 4 <div class="col-12 p-3 h-100" id="headerPad">
3 5 <div class="h-100">
4 6 <carousel [showIndicators]="false" [interval]="4000">
src/app/shared/header-publicidad/header-publicidad.component.scss
1 1 #headerPublicidad.media-pantalla {
2   - max-height: 18% !important;
  2 + max-height: 280px !important;
3 3 padding-bottom: 0 !important;
4 4 }
5 5  
6 6 #headerPad.media-pantalla {
7   - padding: 0.3rem !important;
  7 + padding: 0 1rem !important;
8 8 }
... ... @@ -23,7 +23,7 @@ body {
23 23 }
24 24  
25 25 body.media-pantalla {
26   - height: 50% !important;
  26 + height: calc(50%) !important;
27 27 position: absolute;
28 28 bottom: 0;
29 29 width: 100%;