mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
64f145ef46
Summary: Slimmer crumbs, less complex, no sprites, less visual disruption. Test Plan: Test Conpherence, Objects, Application Search pages. {F275026} {F275027} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11486
21 lines
787 B
JSON
21 lines
787 B
JSON
{
|
|
"version": 1,
|
|
"sprites": {
|
|
"eye": {
|
|
"name": "eye",
|
|
"rule": ".phabricator-main-menu-eye",
|
|
"hash": "35f24014f23142275574136a63dcb73f"
|
|
},
|
|
"logo": {
|
|
"name": "logo",
|
|
"rule": ".phabricator-main-menu-logo",
|
|
"hash": "668b04729a4b9460b0c89cb6ef6db4d4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|