Newer
Older
CamaraComercioWeb / src / app / modules / public / discover / discover.component.scss
Fabian VC on 19 Oct 2021 341 bytes [fix] fix styles

.discover__content{
    width: 100%;
}

.discover__filters{
    display: none;
    transition: 2s;
}
.discover__filters-show{
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    height: 100%;
    max-width: 20rem;
    min-width: 20rem;
    transition: 2s;
    right: 0;
    background-color:white;
    z-index: 70;
}