mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-05 10:25:45 +03:00
Theme: Add temporary badge for Photos to fill empty icon.
There isn't a badge for the Photos team yet -- see https://meta.trac.wordpress.org/ticket/5981 -- so for now I just used the `camera` dashicon that Luke Carbis suggested in https://meta.trac.wordpress.org/ticket/5988. We can update it whenever the final badge icon/colors are decided. Fixes #171
This commit is contained in:
parent
5d8b056798
commit
d86c93c67e
2 changed files with 12 additions and 0 deletions
|
@ -131,6 +131,14 @@
|
|||
color: rgb(103, 74, 255);
|
||||
}
|
||||
|
||||
.badge-photos {
|
||||
background: rgba(103, 74, 255, 0.25);
|
||||
box-shadow: 0 0 0 4px rgb(103, 74, 255);
|
||||
}
|
||||
.badge-photos:before {
|
||||
color: rgb(103, 74, 255);
|
||||
}
|
||||
|
||||
.badge-training{
|
||||
background: rgba(233, 192, 45, 0.25);
|
||||
box-shadow: 0 0 0 4px rgb(233, 192, 45);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue