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>
17 lines
310 B
SCSS
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;
|
|
}
|
|
}
|