mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
3a34d948b9
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
16 lines
245 B
CSS
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};
|
|
}
|