1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/conduit/conduit-api.css
epriestley 3a34d948b9 Show how to call Conduit API methods from clients
Summary: Fixes T3628. Ref T5955.

Test Plan:
On the method page, you see a generic example:

{F396471}

After making a call, you see a specific example with your parameters:

{F396472}

{F396474}

{F396475}

Reviewers: chad, btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T3628, T5955

Differential Revision: https://secure.phabricator.com/D12770
2015-05-08 12:19:52 -07:00

16 lines
245 B
CSS

/**
* @provides conduit-api-css
*/
.conduit-api-example-code {
margin: 16px;
white-space: pre;
color: {$darkgreytext};
}
.conduit-api-example-code strong {
color: {$red};
}
.conduit-api-example-code strong.real {
color: {$blue};
}