1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Files
docs/components/rest/RestCodeSamples.module.scss
Robert Sese e5370a5990 Feature Branch: Global Nav Phase 2 (#34359)
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Joe Oak <41307427+joeoak@users.noreply.github.com>
2023-02-13 17:37:47 +00:00

34 lines
503 B
SCSS

@import "@primer/css/support/index.scss";
.codeBlock {
overflow: auto;
margin-bottom: 1rem;
line-height: 1.45;
background-color: var(--color-canvas-subtle);
font-size: 90%;
code {
background-color: transparent;
padding: 8px 8px 16px;
white-space: pre;
max-width: 90vw;
@include breakpoint(lg) {
max-width: 40vw;
}
}
}
.method {
font-size: 80%;
}
.requestCodeBlock {
max-height: 30vh;
min-height: 70px;
}
.responseCodeBlock {
min-height: 70px;
}