mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-30 02:26:44 +02:00
17 lines
339 B
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;
|
|
} |