mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-20 05:42:40 +01:00
ed5d65fb5b
Summary: Update logo/icon to flat white. I beleive this is the last of the 'chrome' iconography. Test Plan: Internally debate in my head the correct path. Place up for review with the Phabricator Reviewer Gods. {F278039} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11561
21 lines
787 B
JSON
21 lines
787 B
JSON
{
|
|
"version": 1,
|
|
"sprites": {
|
|
"eye": {
|
|
"name": "eye",
|
|
"rule": ".phabricator-main-menu-eye",
|
|
"hash": "e05c1397d1732d2ada78116ec50d6932"
|
|
},
|
|
"logo": {
|
|
"name": "logo",
|
|
"rule": ".phabricator-main-menu-logo",
|
|
"hash": "68f6535593f36a2f4e055425ca4383fc"
|
|
}
|
|
},
|
|
"scales": [
|
|
1,
|
|
2
|
|
],
|
|
"header": "\/**\n * @provides sprite-menu-css\n * @generated\n *\/\n\n.sprite-menu {\n background-image: url(\/rsrc\/image\/sprite-menu.png);\n background-repeat: no-repeat;\n}\n\n@media\nonly screen and (min-device-pixel-ratio: 1.5),\nonly screen and (-webkit-min-device-pixel-ratio: 1.5) {\n .sprite-menu {\n background-image: url(\/rsrc\/image\/sprite-menu-X2.png);\n background-size: {X}px {Y}px;\n }\n}\n",
|
|
"type": "standard"
|
|
}
|