Schools
unknown
plain_text
a year ago
484 B
8
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