Update modules list
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
/* SportsPress menu styles */
|
/* SportsPress menu styles */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'sportspress';
|
font-family: 'sportspress';
|
||||||
src:url('../fonts/sportspress.eot?jvf2la');
|
src:url('../fonts/sportspress.eot?wwkd2y');
|
||||||
src:url('../fonts/sportspress.eot?#iefixjvf2la') format('embedded-opentype'),
|
src:url('../fonts/sportspress.eot?#iefixwwkd2y') format('embedded-opentype'),
|
||||||
url('../fonts/sportspress.woff2?jvf2la') format('woff2'),
|
url('../fonts/sportspress.woff2?wwkd2y') format('woff2'),
|
||||||
url('../fonts/sportspress.ttf?jvf2la') format('truetype'),
|
url('../fonts/sportspress.ttf?wwkd2y') format('truetype'),
|
||||||
url('../fonts/sportspress.woff?jvf2la') format('woff'),
|
url('../fonts/sportspress.woff?wwkd2y') format('woff'),
|
||||||
url('../fonts/sportspress.svg?jvf2la#sportspress') format('svg');
|
url('../fonts/sportspress.svg?wwkd2y#sportspress') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@@ -152,6 +152,9 @@
|
|||||||
.sp-icon-key:before {
|
.sp-icon-key:before {
|
||||||
content: "\f112";
|
content: "\f112";
|
||||||
}
|
}
|
||||||
|
.sp-icon-user-scores:before {
|
||||||
|
content: "\f101";
|
||||||
|
}
|
||||||
|
|
||||||
/* Performance Icons */
|
/* Performance Icons */
|
||||||
.sp-icon-card:before {
|
.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/',
|
'link' => 'https://www.themeboy.com/sportspress-extensions/scoreboard/',
|
||||||
'desc' => __( 'Display multiple event results in a horizontal scoreboard.', 'sportspress' ),
|
'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(
|
'match_stats' => array(
|
||||||
'label' => __( 'Match Stats', 'sportspress' ),
|
'label' => __( 'Match Stats', 'sportspress' ),
|
||||||
'class' => 'SportsPress_Match_Stats',
|
'class' => 'SportsPress_Match_Stats',
|
||||||
|
|||||||
Reference in New Issue
Block a user