mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-14 22:35:45 +03:00
Fix badge icon for themes team
This commit is contained in:
parent
ba529d54f7
commit
2b39addca2
2 changed files with 11 additions and 1 deletions
|
@ -42,7 +42,13 @@
|
|||
box-sizing: border-box;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.badge-themes {
|
||||
background: white;
|
||||
box-shadow: 0 0 0 4px rgb(78, 50, 136);
|
||||
}
|
||||
.badge-themes::before {
|
||||
color: rgb(78, 50, 136);
|
||||
}
|
||||
.badge-themes-reviewer {
|
||||
background: rgba(78, 50, 136, 0.25);
|
||||
box-shadow: 0 0 0 4px rgb(78, 50, 136);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue