Newer
Older
CamaraComercioWeb / src / app / shared / components / dropdown-categories / dropdown-categories.component.scss
Fabian Vera on 28 Sep 2021 256 bytes [add] starting the project
.dropdown{
    button{
        background: none;
        border: none;
        outline: none;
    }
    .dropdown-menu{
        width: 12rem;
        li{
            &:hover{
                background: rgb(218, 218, 218);
            }
        }
    }
 
}