antos-frontend/src/themes/default/afx-switch.css

17 lines
339 B
CSS

afx-switch span{
width: 30px;
height:24px;
font-size: 24px;
font-family: "FontAwesome";
}
afx-switch span:before{
content: "\f204";
font-style: normal;
font-weight: normal;
}
afx-switch span.swon:before{
content: "\f205";
color: var(--item-bg-active);
font-style: normal;
font-weight: normal;
}