Schools

 avatar
unknown
plain_text
10 months ago
484 B
5
Indexable
 /*START Button theming - */
div.type-list__item {
    text-transform: none;
    border: 1px solid #2A505D;
    background-color: #2A505D;
    color: #fff;
    
     &:hover{
        border: 1px solid #2A505D;
        background-color: transparent;
        color: #2A505D;
    }
}
div.type-list__item.active{
    border: 1px solid #2A505D;
    &:hover{
        border: 1px solid #2A505D;
        background-color: #2A505D;
        color: #fff;
    }
}


/*END*/
Editor is loading...
Leave a Comment