Newer
Older
CamaraComercioWeb / src / app / modules / public / home / home.component.scss
Edward Florez on 30 Sep 2021 747 bytes changes home page
*{
    margin: 0;
    width: 100%;
}
.home__background{
    width: 100%;
    height: 85vh;
    min-height: 100%;
    background-size: cover;
    /* background: url('../../../../assets/images/background.png') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; */
    background-color: var(--base-color-gray-light);
}
.home__content{
    height: 100%;
    .home__search{
        width: 50%;
        margin-bottom: 3rem;
    }
}

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

    label{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 617px;
        height: 30px;
    }
        

}