1
0
mirror of synced 2026-01-01 09:04:46 -05:00
Files
docs/components/rest/RestCodeSamples.module.scss
2022-05-02 10:10:33 -07:00

32 lines
481 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;
@include breakpoint(lg) {
max-width: 30vw;
}
}
}
.method {
font-size: 80%;
}
.requestCodeBlock {
max-height: 30vh;
min-height: 70px;
}
.responseCodeBlock {
min-height: 70px;
}