Theme: Add badge for Test team

This commit is contained in:
Corey McKrill 2019-10-24 17:18:01 -07:00
parent 886dca56de
commit 3cce3b13b0
No known key found for this signature in database
GPG key ID: C2C0746F7BF17E38
2 changed files with 7 additions and 3 deletions

View file

@ -165,6 +165,10 @@
color: rgb(0, 204, 58);
}
.badge-test {
// TODO
.badge-test-team {
background: rgba(136, 79, 174, 0.25);
box-shadow: 0 0 0 4px rgb(136, 79, 174);
}
.badge-test-team:before {
color: rgb(136, 79, 174);
}

View file

@ -273,7 +273,7 @@ function get_badge_classes( $team ) {
break;
case 'test':
$classes = array( 'badge-test' ); // TODO
$classes = array( 'badge-test-team', 'dashicons-desktop' );
break;
case 'themes':