mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-13 13:55:44 +03:00
Merge 5415a5be4e
into a71a1abd74
This commit is contained in:
commit
c84822be01
2 changed files with 25 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
flex-wrap: wrap;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -194,3 +194,19 @@
|
|||
.badge-test-team:before {
|
||||
color: rgb(136, 79, 174);
|
||||
}
|
||||
|
||||
.badge-bbpress {
|
||||
background: rgba(45, 142, 66, 0.25);
|
||||
box-shadow: 0 0 0 4px rgb(45, 142, 66);
|
||||
}
|
||||
.badge-bbpress:before {
|
||||
color: rgb(45, 142, 66);
|
||||
}
|
||||
|
||||
.badge-buddypress {
|
||||
background: rgba(216, 72, 0, 0.25);
|
||||
box-shadow: 0 0 0 4px rgb(216, 72, 0);
|
||||
}
|
||||
.badge-buddypress:before {
|
||||
color: rgb(216, 72, 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue