Newer
Older
CamaraComercioWeb / src / app / modules / public / discover / discover.component.scss
Edward Florez on 12 Oct 2021 249 bytes slide progessing

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

}