blob: d72cca0f02d9be3e7721feafe84e36523587f1a6 (
plain)
1
2
3
4
5
6
7
8
9
|
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
line-height: 1;
}
.icon-px-sent:before {
content: "\e900";
}
|