Newer
Older
CamaraComercioWeb / src / app / shared / components / brand / brand.component.html
Edward Florez on 1 Oct 2021 471 bytes footer and navbar fixed
<div class="brand">
  <div [ngStyle]="{'margin-bottom':is_in_home === false ? '0px' : '30px'}" class="container-image">
    <img [ngStyle]="{'width':is_in_home === false ? '40px' : '150px'}" src="../../../../assets/images/svg/logo.svg" alt="">
  </div>
  <div [ngStyle]="{'font-size': is_in_home === false ? '7px' : '18px'}" class="title" >
    <p class="mb-0 text-center">CÁMARA DE COMERCIO</p>
    <p class="mb-0 text-center">PAMPLONA</p>
  </div>
</div>