Add football icon to performance icon selector
This commit is contained in:
@@ -175,6 +175,9 @@
|
|||||||
.sp-icon-golfball:before {
|
.sp-icon-golfball:before {
|
||||||
content: "\e603";
|
content: "\e603";
|
||||||
}
|
}
|
||||||
|
.sp-icon-football:before {
|
||||||
|
content: "\e607";
|
||||||
|
}
|
||||||
.sp-icon-shoe:before {
|
.sp-icon-shoe:before {
|
||||||
content: "\e800";
|
content: "\e800";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ class SportsPress_Icons {
|
|||||||
'baseball',
|
'baseball',
|
||||||
'basketball',
|
'basketball',
|
||||||
'cricketball',
|
'cricketball',
|
||||||
|
'football',
|
||||||
'shoe',
|
'shoe',
|
||||||
'card',
|
'card',
|
||||||
) );
|
) );
|
||||||
|
|||||||
Reference in New Issue
Block a user