Icon list background CSS – stacked icon list with hover effect

https://deno-sneltransport.brx-demosite8.be/contact/

selector .elementor-icon-list-item .elementor-icon-list-icon {
    background-color: var( --e-global-color-primary );
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    width:26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border:1px solid var( --e-global-color-primary );
    transition: all 0.3s linear;
}
selector .elementor-icon-list-item:hover .elementor-icon-list-icon {
    background-color:var( --e-global-color-secondary ); 
}

Categories: