Newer
Older
CamaraComercioWeb / src / app / shared / components / brand / brand.component.scss
Edward Florez on 1 Oct 2021 256 bytes footer and navbar fixed
.brand{
    cursor: pointer;
}

.title{
    color: var(--base-color-dark);
    font-style: normal;
    font-family: var(--font-work-sans);
    font-weight:500;
}

.container-image{
    display: flex;
    justify-content: center;
    align-items: center;
}