1
0
mirror of synced 2025-12-21 02:46:50 -05:00
Files
docs/components/rest/RestCodeSamples.module.scss
Grace Park 2c56b5fdea Fix REST small bugs (#27484)
* fix lucas found bugs

* remove language-

* update getLanguageHighlight

* add back launch.json

* remove line break
2022-05-11 12:57:14 -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: 40vw;
}
}
}
.method {
font-size: 80%;
}
.requestCodeBlock {
max-height: 30vh;
min-height: 70px;
}
.responseCodeBlock {
min-height: 70px;
}