mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-21 10:33:44 +03:00
parent
176cea1a3d
commit
26e6def921
|
@ -213,3 +213,11 @@
|
||||||
.badge-test-team:before {
|
.badge-test-team:before {
|
||||||
color: rgb(136, 79, 174);
|
color: rgb(136, 79, 174);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.badge-sustainability-team {
|
||||||
|
background: rgba(23, 127, 106, 0.25);
|
||||||
|
box-shadow: 0 0 0 4px rgb(23, 127, 106);
|
||||||
|
}
|
||||||
|
.badge-sustainability-team:before {
|
||||||
|
color: rgb(23, 127, 106);
|
||||||
|
}
|
||||||
|
|
|
@ -298,7 +298,7 @@ function get_badge_classes( $team ) {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'sustainability team':
|
case 'sustainability team':
|
||||||
$classes = array( 'badge-meta', 'dashicons-admin-site-alt3' );
|
$classes = array( 'badge-sustainability-team', 'dashicons-admin-site-alt3' );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'test team':
|
case 'test team':
|
||||||
|
|
Loading…
Reference in a new issue