Summary: This increases the transparent space around the Phabricator logo. The logo itself is the same size. This allows for adding of other logos more easily without needing to alter the space provided. (Like Phacility)
Test Plan:
Reload page, screenshot logo, pull into Photoshop and verify spacing top and bottom.
{F309985}
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Differential Revision: https://secure.phabricator.com/D11828
22 lines
787 B
JSON
22 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": "168faf0d69b31bd626fa7e1b7cad464b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|