1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/resources/sprite/manifest/payments.json
epriestley 4fc9b8e785 Apply sprite sheet changes to Phabricator
Summary: Basically a one line change, plus a regen. This should be the last full-rewrite these things get since they'll stop fully rehashing all the time now.

Test Plan: See D5964.

Reviewers: chad, btrahan

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D5965
2013-05-18 10:34:10 -07:00

45 lines
1.7 KiB
JSON

{
"version" : 1,
"sprites" : {
"payments-americanexpress" : {
"name" : "payments-americanexpress",
"rule" : ".payments-americanexpress",
"hash" : "e0e61821824d30679d0938a8b8b997ca"
},
"payments-discover" : {
"name" : "payments-discover",
"rule" : ".payments-discover",
"hash" : "64553bcdfde3b182949c9305ee4dda94"
},
"payments-googlecheckout" : {
"name" : "payments-googlecheckout",
"rule" : ".payments-googlecheckout",
"hash" : "4cbbb6450489adbb91eca0e3573df03e"
},
"payments-mastercard" : {
"name" : "payments-mastercard",
"rule" : ".payments-mastercard",
"hash" : "cbe041c4467075e439b529e582e2ec6a"
},
"payments-paypal" : {
"name" : "payments-paypal",
"rule" : ".payments-paypal",
"hash" : "6fd9c4b1aba0d7bf25b1888b5524dd33"
},
"payments-visa" : {
"name" : "payments-visa",
"rule" : ".payments-visa",
"hash" : "517115136f37bd5647a502f7130bd63a"
},
"payments-worldpay" : {
"name" : "payments-worldpay",
"rule" : ".payments-worldpay",
"hash" : "f93c40f9f8a2df9418d29d8f1208c47c"
}
},
"scales" : [
1
],
"header" : "\/**\n * @provides sprite-payments-css\n * @generated\n *\/\n\n.sprite-payments {\n background-image: url(\/rsrc\/image\/sprite-payments.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-payments {\n background-image: url(\/rsrc\/image\/sprite-payments-X2.png);\n background-size: {X}px {Y}px;\n }\n}\n",
"type" : "standard"
}