Update modules list
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
/* SportsPress menu styles */
|
||||
@font-face {
|
||||
font-family: 'sportspress';
|
||||
src:url('../fonts/sportspress.eot?jvf2la');
|
||||
src:url('../fonts/sportspress.eot?#iefixjvf2la') format('embedded-opentype'),
|
||||
url('../fonts/sportspress.woff2?jvf2la') format('woff2'),
|
||||
url('../fonts/sportspress.ttf?jvf2la') format('truetype'),
|
||||
url('../fonts/sportspress.woff?jvf2la') format('woff'),
|
||||
url('../fonts/sportspress.svg?jvf2la#sportspress') format('svg');
|
||||
src:url('../fonts/sportspress.eot?wwkd2y');
|
||||
src:url('../fonts/sportspress.eot?#iefixwwkd2y') format('embedded-opentype'),
|
||||
url('../fonts/sportspress.woff2?wwkd2y') format('woff2'),
|
||||
url('../fonts/sportspress.ttf?wwkd2y') format('truetype'),
|
||||
url('../fonts/sportspress.woff?wwkd2y') format('woff'),
|
||||
url('../fonts/sportspress.svg?wwkd2y#sportspress') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -152,6 +152,9 @@
|
||||
.sp-icon-key:before {
|
||||
content: "\f112";
|
||||
}
|
||||
.sp-icon-user-scores:before {
|
||||
content: "\f101";
|
||||
}
|
||||
|
||||
/* Performance Icons */
|
||||
.sp-icon-card:before {
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -36,6 +36,13 @@ class SP_Modules {
|
||||
'link' => 'https://www.themeboy.com/sportspress-extensions/scoreboard/',
|
||||
'desc' => __( 'Display multiple event results in a horizontal scoreboard.', 'sportspress' ),
|
||||
),
|
||||
'user_scores' => array(
|
||||
'label' => __( 'User Scores', 'sportspress' ),
|
||||
'class' => 'SportsPress_User_Scores',
|
||||
'icon' => 'sp-icon-user-scores',
|
||||
'link' => 'https://www.themeboy.com/sportspress-extensions/user-scores/',
|
||||
'desc' => __( 'Let players, staff, and visitors submit event scores for review.', 'sportspress' ),
|
||||
),
|
||||
'match_stats' => array(
|
||||
'label' => __( 'Match Stats', 'sportspress' ),
|
||||
'class' => 'SportsPress_Match_Stats',
|
||||
|
||||
Reference in New Issue
Block a user