1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/components/webhooks/WebhookPayloadExample.module.scss
Robert Sese b2e5d14036 Automate + Reactify webhooks page (#29534)
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
Co-authored-by: Joe Oak <41307427+joeoak@users.noreply.github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2022-11-15 22:12:16 +00:00

17 lines
310 B
SCSS

@import "@primer/css/support/index.scss";
.payloadExample {
overflow: auto;
margin-bottom: 1rem;
line-height: 1.45;
background-color: var(--color-canvas-subtle);
font-size: 90%;
max-height: 32rem;
code {
background-color: transparent;
padding: 8px 8px 16px;
white-space: pre;
}
}